Package org.teamapps.dto
Class UiRootPanel.GlobalKeyEventOccurredEvent
java.lang.Object
org.teamapps.dto.UiRootPanel.GlobalKeyEventOccurredEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiRootPanel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected intprotected Stringprotected booleanprotected KeyEventTypeprotected booleanprotected Stringprotected intprotected Stringprotected intprotected booleanprotected booleanprotected booleanprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.GlobalKeyEventOccurredEvent(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) -
Method Summary
-
Field Details
-
eventType
-
sourceComponentId
-
code
-
isComposing
protected boolean isComposing -
key
-
charCode
protected int charCode -
keyCode
protected int keyCode -
locale
-
location
protected int location -
repeat
protected boolean repeat -
altKey
protected boolean altKey -
ctrlKey
protected boolean ctrlKey -
shiftKey
protected boolean shiftKey -
metaKey
protected boolean metaKey
-
-
Constructor Details
-
GlobalKeyEventOccurredEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
GlobalKeyEventOccurredEvent
public GlobalKeyEventOccurredEvent(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)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getEventType
-
getSourceComponentId
-
getCode
-
getIsComposing
public boolean getIsComposing() -
getKey
-
getCharCode
public int getCharCode() -
getKeyCode
public int getKeyCode() -
getLocale
-
getLocation
public int getLocation() -
getRepeat
public boolean getRepeat() -
getAltKey
public boolean getAltKey() -
getCtrlKey
public boolean getCtrlKey() -
getShiftKey
public boolean getShiftKey() -
getMetaKey
public boolean getMetaKey() -
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-