Class UiRootPanel.GlobalKeyEventOccurredEvent

java.lang.Object
org.teamapps.dto.UiRootPanel.GlobalKeyEventOccurredEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiRootPanel

public static class UiRootPanel.GlobalKeyEventOccurredEvent extends Object implements UiEvent
  • Field Details

    • eventType

      protected KeyEventType eventType
    • sourceComponentId

      protected String sourceComponentId
    • code

      protected String code
    • isComposing

      protected boolean isComposing
    • key

      protected String key
    • charCode

      protected int charCode
    • keyCode

      protected int keyCode
    • locale

      protected String 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 public 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

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEventType

      public KeyEventType getEventType()
    • getSourceComponentId

      public String getSourceComponentId()
    • getCode

      public String getCode()
    • getIsComposing

      public boolean getIsComposing()
    • getKey

      public String getKey()
    • getCharCode

      public int getCharCode()
    • getKeyCode

      public int getKeyCode()
    • getLocale

      public String 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

      public String getComponentId()
      Specified by:
      getComponentId in interface UiEvent