Class UiTable.SelectRecordsCommand

java.lang.Object
org.teamapps.dto.UiTable.SelectRecordsCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiTable

public static class UiTable.SelectRecordsCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • recordIds

      protected List<Integer> recordIds
    • scrollToFirstRecord

      protected boolean scrollToFirstRecord
  • Constructor Details

    • SelectRecordsCommand

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

      public SelectRecordsCommand(String componentId, List<Integer> recordIds, boolean scrollToFirstRecord)
  • Method Details