Class UiTable.UpdateDataCommand

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

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

    • componentId

      protected String componentId
    • startIndex

      protected int startIndex
    • recordIds

      protected List<Integer> recordIds
    • newRecords

      protected List<UiTableClientRecord> newRecords
    • totalNumberOfRecords

      protected int totalNumberOfRecords
  • Constructor Details

    • UpdateDataCommand

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

      public UpdateDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiTableClientRecord> newRecords, int totalNumberOfRecords)
  • Method Details