Lithron.LVirtualNodes
[ class tree: Lithron.LVirtualNodes ] [ index: Lithron.LVirtualNodes ] [ all elements ]

Source for file LSitenodeRadioButton.php

Documentation is available at LSitenodeRadioButton.php

  1. <?php
  2. /**
  3. * class file.
  4. *
  5. * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  6. * @copyright 2005, diemeisterei GmbH. All rights reserved.
  7. * @author $Author: schmunk $
  8. * @version $Revision: 194 $ $Date: 2006-05-11 22:18:31 +0200 (Do, 11 Mai 2006) $
  9. * @package Lithron.LVirtualNodes
  10. * @subpackage WebControls
  11. */
  12.  
  13. /**
  14. * Displays an radio button for virtual node selection
  15. *
  16. * @package System.Web.UI.WebControls
  17. * @subpackage Admin
  18. */
  19.  
  20. Prado::using('System.Web.UI.WebControls.TRadioButton');
  21.  
  22.  
  23. class LSitenodeRadioButton extends TRadioButton
  24. {
  25. /**
  26. * @return parameter to identify the radio button. Defaults to empty.
  27. */
  28. public function getParameter()
  29. {
  30. return $this->getViewState('Parameter','');
  31. }
  32.  
  33. /**
  34. * sets the parameter identifying the Radiobutton
  35. * @param string the parameter
  36. */
  37. public function setParameter($value)
  38. {
  39. $this->setViewState('Parameter',$value,'');
  40. }
  41. }
  42.  
  43. ?>

Documentation generated on Tue, 20 Jun 2006 05:15:23 +0200 by phpDocumentor 1.3.0RC4