Package org.teamapps.dto
Klasse UiRootPanel.SetGlobalKeyEventsEnabledCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.SetGlobalKeyEventsEnabledCommand
- Umschließende Klasse:
UiRootPanel
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected boolean -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetGlobalKeyEventsEnabledCommand(boolean unmodified, boolean modifiedWithAltKey, boolean modifiedWithCtrlKey, boolean modifiedWithMetaKey, boolean includeRepeats, boolean keyDown, boolean keyUp) -
Methodenübersicht
-
Felddetails
-
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
-
-
Konstruktordetails
-
SetGlobalKeyEventsEnabledCommand
Veraltet.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)
-
-
Methodendetails
-
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
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-