Public Member Functions | |
| __construct ($name) | |
| setValue ($value) | |
| getValue () | |
| setSelectedValueList ($selected) | |
| getSelectedValueList () | |
| renderElement () | |
| renderLabel () | |
Static Public Member Functions | |
| static | Factory ($name, $valueList, $label= '', $required=false, $selected=array(), $attrList=array()) |
Protected Attributes | |
| $selectedValueList | |
Private Member Functions | |
| _buildOptionList () | |
Definition at line 581 of file form.class.php.
| __construct | ( | $ | name | ) |
Reimplemented from FormElement.
Definition at line 586 of file form.class.php.
| _buildOptionList | ( | ) | [private] |
Definition at line 644 of file form.class.php.
| static Factory | ( | $ | name, | |
| $ | valueList, | |||
| $ | label = '', |
|||
| $ | required = false, |
|||
| $ | selected = array(), |
|||
| $ | attrList = array() | |||
| ) | [static] |
Definition at line 669 of file form.class.php.
| getSelectedValueList | ( | ) |
Definition at line 623 of file form.class.php.
| getValue | ( | ) |
Reimplemented from FormElement.
Definition at line 606 of file form.class.php.
| renderElement | ( | ) |
Reimplemented from FormElement.
Definition at line 628 of file form.class.php.
| renderLabel | ( | ) |
Reimplemented from FormElement.
Definition at line 637 of file form.class.php.
| setSelectedValueList | ( | $ | selected | ) |
Definition at line 611 of file form.class.php.
| setValue | ( | $ | value | ) |
Reimplemented from FormElement.
Definition at line 594 of file form.class.php.
$selectedValueList [protected] |
Definition at line 584 of file form.class.php.
1.6.3