SwitchWidget
class SwitchWidget extends Model (View source)
Properties
| string | $controlType | ||
| string | $name | ||
| protected | $onChangeType | ||
| protected | $onChangeDataType | ||
| bool | $selected | ||
| string | $value |
Methods
setControlType($controlType)
No description
string
getControlType()
No description
setName($name)
No description
string
getName()
No description
getOnChange()
No description
setSelected($selected)
No description
bool
getSelected()
No description
setValue($value)
No description
string
getValue()
No description
Details
setControlType($controlType)
No description
string
getControlType()
No description
setName($name)
No description
string
getName()
No description
setOnChange(FormAction $onChange)
No description
FormAction
getOnChange()
No description
setSelected($selected)
No description
bool
getSelected()
No description
setValue($value)
No description
string
getValue()
No description