Class UiTable.RowsSelectedEvent

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

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

    • componentId

      protected String componentId
    • recordIds

      protected List<Integer> recordIds
  • Constructor Details

    • RowsSelectedEvent

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

      public RowsSelectedEvent(String componentId, List<Integer> recordIds)
  • Method Details