Class UiTable.CellClickedEvent

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

public static class UiTable.CellClickedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
  • Constructor Details

    • CellClickedEvent

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

      public CellClickedEvent(String componentId, int recordId, String columnPropertyName)
  • Method Details