public static final enum

AdvancedKeyboard.LayoutNotificationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.input.AdvancedKeyboard.LayoutNotificationType

Class Overview

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.

Summary

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
static AdvancedKeyboard.LayoutNotificationType fromInt(int value)
Retrieves the corresponding LayoutNotificationType value from a valid integer.
int toInt()
Converts the LayoutNotificationType to its integer corresponding value.
static AdvancedKeyboard.LayoutNotificationType valueOf(String name)
final static LayoutNotificationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AdvancedKeyboard.LayoutNotificationType ALL

Added in revision 22

Shows all available types of notification.

public static final AdvancedKeyboard.LayoutNotificationType NONE

Added in revision 22

Do not show any type of notification.

public static final AdvancedKeyboard.LayoutNotificationType ONLY_LED

Added in revision 22

Shows only color LEDs related to the currently selected layout. If the layout color is not associated to any LED, nothing will be shown.

public static final AdvancedKeyboard.LayoutNotificationType ONLY_STATUS_BAR

Added in revision 22

Shows the currently selected layout in the notification bar only.

Public Methods

public static AdvancedKeyboard.LayoutNotificationType fromInt (int value)

Added in revision 22

Retrieves the corresponding LayoutNotificationType value from a valid integer.

Parameters
value Integer to use as input in the conversion.
Returns
  • The corresponding install type.

public int toInt ()

Added in revision 22

Converts the LayoutNotificationType to its integer corresponding value.

Returns
  • Integer value of this layout notification type.

public static AdvancedKeyboard.LayoutNotificationType valueOf (String name)

Added in revision 22

public static final LayoutNotificationType[] values ()

Added in revision 22