CharacterSetTextFieldNameNumberNumberTextFieldTextFieldTextFieldTextFieldCharacterSetGet the CharacterSet
Kind: Instance method of TextField
Returns: CharacterSet - the KEY_CHARACTER_SET value
TextFieldNameGet the NameParam
Kind: Instance method of TextField
Returns: TextFieldName - the KEY_NAME value
NumberGet the Rows
Kind: Instance method of TextField
Returns: Number - the KEY_ROWS value
NumberGet the Width
Kind: Instance method of TextField
Returns: Number - the KEY_WIDTH value
TextFieldSet the CharacterSet
Kind: Instance method of TextField
Returns: TextField - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| set | CharacterSet |
The set of characters that are supported by this text field. All text is sent in UTF-8 format, but not all systems may support all of the characters expressed by UTF-8. All systems will support at least ASCII, but they may support more, either the LATIN-1 character set, or the full UTF-8 character set. - The desired CharacterSet. |
TextFieldSet the NameParam
Kind: Instance method of TextField
Returns: TextField - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| name | TextFieldName |
The name that identifies the field. See TextFieldName. - The desired NameParam. |