Class UiRootPanel.SetGlobalKeyEventsEnabledCommand

java.lang.Object
org.teamapps.dto.UiRootPanel.SetGlobalKeyEventsEnabledCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiRootPanel

public static class UiRootPanel.SetGlobalKeyEventsEnabledCommand extends Object implements UiCommand<Void>
  • 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 public 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

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>