Uses of Class
org.teamapps.dto.UiSpecialKey
-
Uses of UiSpecialKey in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSpecialKey Modifier and Type Field Description protected UiSpecialKeyUiTextInputHandlingField.SpecialKeyPressedEvent. keyMethods in org.teamapps.dto that return UiSpecialKey Modifier and Type Method Description UiSpecialKeyUiTextInputHandlingField.SpecialKeyPressedEvent. getKey()static UiSpecialKeyUiSpecialKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiSpecialKey[]UiSpecialKey. 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 UiSpecialKey Constructor Description SpecialKeyPressedEvent(java.lang.String componentId, UiSpecialKey key)