Class UiRootPanel.SetGlobalKeyEventsEnabledCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.SetGlobalKeyEventsEnabledCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetGlobalKeyEventsEnabledCommand(boolean unmodified, boolean modifiedWithAltKey, boolean modifiedWithCtrlKey, boolean modifiedWithMetaKey, boolean includeRepeats, boolean keyDown, boolean keyUp) -
Method Summary
-
Field Details
-
unmodified
protected boolean unmodified -
modifiedWithAltKey
protected boolean modifiedWithAltKey -
modifiedWithCtrlKey
protected boolean modifiedWithCtrlKey -
modifiedWithMetaKey
protected boolean modifiedWithMetaKey -
includeRepeats
protected boolean includeRepeats -
keyDown
protected boolean keyDown -
keyUp
protected boolean keyUp
-
-
Constructor Details
-
SetGlobalKeyEventsEnabledCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetGlobalKeyEventsEnabledCommand
public SetGlobalKeyEventsEnabledCommand(boolean unmodified, boolean modifiedWithAltKey, boolean modifiedWithCtrlKey, boolean modifiedWithMetaKey, boolean includeRepeats, boolean keyDown, boolean keyUp)
-
-
Method Details
-
toString
-
getUnmodified
public boolean getUnmodified() -
getModifiedWithAltKey
public boolean getModifiedWithAltKey() -
getModifiedWithCtrlKey
public boolean getModifiedWithCtrlKey() -
getModifiedWithMetaKey
public boolean getModifiedWithMetaKey() -
getIncludeRepeats
public boolean getIncludeRepeats() -
getKeyDown
public boolean getKeyDown() -
getKeyUp
public boolean getKeyUp() -
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-