CharacterSet
TextFieldName
Number
Number
TextField
TextField
TextField
TextField
CharacterSet
Get the CharacterSet
Kind: Instance method of TextField
Returns: CharacterSet
- the KEY_CHARACTER_SET value
TextFieldName
Get the NameParam
Kind: Instance method of TextField
Returns: TextFieldName
- the KEY_NAME value
Number
Get the Rows
Kind: Instance method of TextField
Returns: Number
- the KEY_ROWS value
Number
Get the Width
Kind: Instance method of TextField
Returns: Number
- the KEY_WIDTH value
TextField
Set 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. |
TextField
Set 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. |