Uses of Enum Class
org.teamapps.dto.KeyEventType
-
Uses of KeyEventType in org.teamapps.dto
Fields in org.teamapps.dto declared as KeyEventTypeModifier and TypeFieldDescriptionprotected KeyEventTypeUiRootPanel.GlobalKeyEventOccurredEvent.eventTypeMethods in org.teamapps.dto that return KeyEventTypeModifier and TypeMethodDescriptionUiRootPanel.GlobalKeyEventOccurredEvent.getEventType()static KeyEventTypeReturns the enum constant of this class with the specified name.static KeyEventType[]KeyEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type KeyEventTypeModifierConstructorDescriptionGlobalKeyEventOccurredEvent(KeyEventType eventType, String sourceComponentId, String code, boolean isComposing, String key, int charCode, int keyCode, String locale, int location, boolean repeat, boolean altKey, boolean ctrlKey, boolean shiftKey, boolean metaKey)