java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.input.AdvancedKeyboard.LayoutNotificationType |
Enumerative representing the type of notification to use in order to represent visually the current layout in which the keyboard is. This is not in use in case of the default layout but only for the additional layouts possibly available in the keyboard.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdvancedKeyboard.LayoutNotificationType | ALL | Shows all available types of notification. | |||||||||
AdvancedKeyboard.LayoutNotificationType | NONE | Do not show any type of notification. | |||||||||
AdvancedKeyboard.LayoutNotificationType | ONLY_LED | Shows only color LEDs related to the currently selected layout. | |||||||||
AdvancedKeyboard.LayoutNotificationType | ONLY_STATUS_BAR | Shows the currently selected layout in the notification bar only. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding LayoutNotificationType value from a valid integer.
| |||||||||||
Converts the LayoutNotificationType to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Shows all available types of notification.
Do not show any type of notification.
Shows only color LEDs related to the currently selected layout. If the layout color is not associated to any LED, nothing will be shown.
Shows the currently selected layout in the notification bar only.
Retrieves the corresponding LayoutNotificationType value from a valid integer.
value | Integer to use as input in the conversion. |
---|
Converts the LayoutNotificationType to its integer corresponding value.