Inherits SFFormInput.
Inherited by SFDropdownInput, SFMultiEnumInput, and SFRadioButtonInput.
Static Public Member Functions | |
| static | getOtherPropTypesHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| static | getValuesParameters () |
| static | getParameters () |
| Returns the set of parameters for this form input. | |
The base class for every form input that holds a pre-set enumeration of values.
Definition at line 16 of file SF_EnumInput.php.
| static SFEnumInput::getOtherPropTypesHandled | ( | ) | [static] |
Returns the set of SMW property types which this input can handle, but for which it isn't the default input.
Reimplemented from SFFormInput.
Reimplemented in SFDropdownInput, and SFMultiEnumInput.
Definition at line 18 of file SF_EnumInput.php.
| static SFEnumInput::getValuesParameters | ( | ) | [static] |
Definition at line 22 of file SF_EnumInput.php.
Referenced by SFTextWithAutocompleteInput::getAutocompletionParameters(), and SFComboBoxInput::getParameters().
| static SFEnumInput::getParameters | ( | ) | [static] |
Returns the set of parameters for this form input.
Reimplemented from SFFormInput.
Reimplemented in SFListBoxInput, and SFMultiEnumInput.
Definition at line 52 of file SF_EnumInput.php.
1.5.6