Class UiTable.RowSelectedEvent

java.lang.Object
org.teamapps.dto.UiTable.RowSelectedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTable

public static class UiTable.RowSelectedEvent
extends java.lang.Object
implements UiEvent
  • Field Details

    • componentId

      protected java.lang.String componentId
    • recordId

      protected int recordId
    • isRightMouseButton

      protected boolean isRightMouseButton
    • isDoubleClick

      protected boolean isDoubleClick
  • Constructor Details

    • RowSelectedEvent

      @Deprecated public RowSelectedEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • RowSelectedEvent

      public RowSelectedEvent​(java.lang.String componentId, int recordId, boolean isRightMouseButton, boolean isDoubleClick)
  • Method Details

    • getUiEventType

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getRecordId

      public int getRecordId()
    • getIsRightMouseButton

      public boolean getIsRightMouseButton()
    • getIsDoubleClick

      public boolean getIsDoubleClick()