java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
name | TextFieldName | Enumeration identifying the field. | SmartDeviceLink 1.0 |
characterSet | 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. | SmartDeviceLink 1.0 |
width | Integer | The number of characters in one row of this field.
|
SmartDeviceLink 1.0 |
rows | Integer | The number of rows for this text field.
|
SmartDeviceLink 1.0 |
public static final java.lang.String KEY_WIDTH
public static final java.lang.String KEY_CHARACTER_SET
public static final java.lang.String KEY_ROWS
public static final java.lang.String KEY_NAME
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated TextField object
public TextField()
Constructs a newly allocated TextField object indicated by the Hashtable parameter
public TextField(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated TextField object
public TextField(TextFieldName name,CharacterSet characterSet,Integer width,Integer rows)
Get the enumeration identifying the field.
public com.smartdevicelink.proxy.rpc.enums.TextFieldName getName()
Set the enumeration identifying the field.
public com.smartdevicelink.proxy.rpc.TextField setName(TextFieldName name)
Get the character set that is supported in this field.
public com.smartdevicelink.proxy.rpc.enums.CharacterSet getCharacterSet()
Set the character set that is supported in this field.
public com.smartdevicelink.proxy.rpc.TextField setCharacterSet(CharacterSet characterSet)
Get the number of characters in one row of this field.
public java.lang.Integer getWidth()
Set the number of characters in one row of this field.
public com.smartdevicelink.proxy.rpc.TextField setWidth(Integer width)
Get the number of rows for this text field.
public java.lang.Integer getRows()
public com.smartdevicelink.proxy.rpc.TextField setRows(Integer rows)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |