Input widget class for generating a selectbox. This class is usually used internally by `UIM\View\Helper\FormHelper`, it but can be used to generate standalone select boxes.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
bool | bool _isDisabled(string key, string[] disabledValues) | ||||
string | string render(Json[string] renderData, IContext formContext) | ||||
Json[string] | Json[string] _emptyValue(Json[string] values) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
bool | bool _isSelected(string keyToTest, Json selectedValues) | ||||
Json[string] | Json[string] _emptyValue(bool myvalue) | ||||
string[] | string[] _renderContent(Json[string] renderData) |