public class KeyboardCapabilities extends RPCStruct
Parameter List
| Param Name | Type | Description | Required | Notes | Version Available |
|---|---|---|---|---|---|
| maskInputCharactersSupported | Boolean | Availability of capability to mask input characters using keyboard. True: Available,False: Not Available | N | ||
| supportedKeyboards | List |
Capabilities of supported keyboard layouts by HMI. | N | {"array_max_size": 1000, "array_min_size": 1} |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MASK_INPUT_CHARACTERS_SUPPORTED |
static String |
KEY_SUPPORTED_KEYBOARDS |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
KeyboardCapabilities()
Constructs a new KeyboardCapabilities object
|
KeyboardCapabilities(Hashtable<String,Object> hash)
Constructs a new KeyboardCapabilities object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getMaskInputCharactersSupported()
Gets the maskInputCharactersSupported.
|
List<KeyboardLayoutCapability> |
getSupportedKeyboards()
Gets the supportedKeyboards.
|
KeyboardCapabilities |
setMaskInputCharactersSupported(Boolean maskInputCharactersSupported)
Sets the maskInputCharactersSupported.
|
KeyboardCapabilities |
setSupportedKeyboards(List<KeyboardLayoutCapability> supportedKeyboards)
Sets the supportedKeyboards.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_MASK_INPUT_CHARACTERS_SUPPORTED
public static final String KEY_SUPPORTED_KEYBOARDS
public KeyboardCapabilities()
public KeyboardCapabilities setMaskInputCharactersSupported(Boolean maskInputCharactersSupported)
maskInputCharactersSupported - Availability of capability to mask input characters using keyboard. True: Available,
False: Not Availablepublic Boolean getMaskInputCharactersSupported()
public KeyboardCapabilities setSupportedKeyboards(List<KeyboardLayoutCapability> supportedKeyboards)
supportedKeyboards - Capabilities of supported keyboard layouts by HMI.
{"array_max_size": 1000, "array_min_size": 1}public List<KeyboardLayoutCapability> getSupportedKeyboards()