Uses of Class
org.teamapps.dto.KeyEventType
-
-
Uses of KeyEventType in org.teamapps.dto
Fields in org.teamapps.dto declared as KeyEventType Modifier and Type Field Description protected KeyEventTypeUiRootPanel.GlobalKeyEventOccurredEvent. eventTypeMethods in org.teamapps.dto that return KeyEventType Modifier and Type Method Description KeyEventTypeUiRootPanel.GlobalKeyEventOccurredEvent. getEventType()static KeyEventTypeKeyEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyEventType[]KeyEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type KeyEventType Constructor Description GlobalKeyEventOccurredEvent(KeyEventType eventType, java.lang.String sourceComponentId, java.lang.String code, boolean isComposing, java.lang.String key, int charCode, int keyCode, java.lang.String locale, int location, boolean repeat, boolean altKey, boolean ctrlKey, boolean shiftKey, boolean metaKey)
-