TextField
class TextField extends Model (View source)
Properties
| protected | $autoCompleteType | ||
| protected | $autoCompleteDataType | ||
| protected | $autoCompleteCallbackType | ||
| protected | $autoCompleteCallbackDataType | ||
| bool | $autoCompleteMultipleSelections | ||
| string | $hintText | ||
| string | $label | ||
| int | $maxLines | ||
| string | $name | ||
| protected | $onChangeType | ||
| protected | $onChangeDataType | ||
| string | $type | ||
| string | $value |
Methods
getAutoComplete()
No description
getAutoCompleteCallback()
No description
setAutoCompleteMultipleSelections($autoCompleteMultipleSelections)
No description
bool
getAutoCompleteMultipleSelections()
No description
setHintText($hintText)
No description
string
getHintText()
No description
setLabel($label)
No description
string
getLabel()
No description
setMaxLines($maxLines)
No description
int
getMaxLines()
No description
setName($name)
No description
string
getName()
No description
getOnChange()
No description
setType($type)
No description
string
getType()
No description
setValue($value)
No description
string
getValue()
No description
Details
setAutoComplete(AutoComplete $autoComplete)
No description
AutoComplete
getAutoComplete()
No description
setAutoCompleteCallback(FormAction $autoCompleteCallback)
No description
FormAction
getAutoCompleteCallback()
No description
setAutoCompleteMultipleSelections($autoCompleteMultipleSelections)
No description
bool
getAutoCompleteMultipleSelections()
No description
setHintText($hintText)
No description
string
getHintText()
No description
setLabel($label)
No description
string
getLabel()
No description
setMaxLines($maxLines)
No description
int
getMaxLines()
No description
setName($name)
No description
string
getName()
No description
setOnChange(FormAction $onChange)
No description
FormAction
getOnChange()
No description
setType($type)
No description
string
getType()
No description
setValue($value)
No description
string
getValue()
No description