Package org.teamapps.dto
Class UiTextInputHandlingField.SpecialKeyPressedEvent
- java.lang.Object
-
- org.teamapps.dto.UiTextInputHandlingField.SpecialKeyPressedEvent
-
- All Implemented Interfaces:
UiEvent
- Enclosing interface:
- UiTextInputHandlingField
public static class UiTextInputHandlingField.SpecialKeyPressedEvent extends java.lang.Object implements UiEvent
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiSpecialKeykey
-
Constructor Summary
Constructors Constructor Description SpecialKeyPressedEvent()Deprecated.Only for Jackson deserialization.SpecialKeyPressedEvent(java.lang.String componentId, UiSpecialKey key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiSpecialKeygetKey()UiEventTypegetUiEventType()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
key
protected UiSpecialKey key
-
-
Constructor Detail
-
SpecialKeyPressedEvent
@Deprecated public SpecialKeyPressedEvent()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SpecialKeyPressedEvent
public SpecialKeyPressedEvent(java.lang.String componentId, UiSpecialKey key)
-
-
Method Detail
-
getUiEventType
public UiEventType getUiEventType()
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiEvent
-
getKey
public UiSpecialKey getKey()
-
-