Class UiRootPanel.SetGlobalKeyEventsEnabledCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiRootPanel

    public static class UiRootPanel.SetGlobalKeyEventsEnabledCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Detail

      • 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 Detail

      • 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 Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.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 java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>