Klasse UiTable.UpdateDataCommand

java.lang.Object
org.teamapps.dto.UiTable.UpdateDataCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTable

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

    • componentId

      protected String componentId
    • startIndex

      protected int startIndex
    • recordIds

      protected List<Integer> recordIds
    • newRecords

      protected List<UiTableClientRecord> newRecords
    • totalNumberOfRecords

      protected int totalNumberOfRecords
  • Konstruktordetails

    • UpdateDataCommand

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

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