ChoiceControl
abstract class ChoiceControl extends BaseControl
Choice control that allows single item selection.
Properties
bool deprecated | $checkAllowedValues | ||
array | $items | ||
mixed read-only | $selectedItem |
Methods
__construct($label = null, array $items = null)
No description
void
loadHttpData()
Loads HTTP data.
mixed
getValue()
Returns selected key.
string|int
getRawValue()
Returns selected key (not checked).
bool
isFilled()
Is any item selected?
setItems(array $items, $useKeys = true)
Sets items from which to choose.
array
getItems()
Returns items from which to choose.
mixed
getSelectedItem()
Returns selected value.
setDisabled($value = true)
Disables or enables control or items.
checkDefaultValue($value = true)
No description
Details
at line 31
__construct($label = null, array $items = null)
No description
at line 44
void
loadHttpData()
Loads HTTP data.
at line 63
IControl
setValue($value)
internal |
Sets selected item (by key).
at line 78
mixed
getValue()
Returns selected key.
at line 88
string|int
getRawValue()
Returns selected key (not checked).
at line 98
bool
isFilled()
Is any item selected?
at line 110
ChoiceControl
setItems(array $items, $useKeys = true)
Sets items from which to choose.
at line 121
array
getItems()
Returns items from which to choose.
at line 131
mixed
getSelectedItem()
Returns selected value.
at line 143
BaseControl
setDisabled($value = true)
Disables or enables control or items.
at line 161
ChoiceControl
checkDefaultValue($value = true)
No description