Class UiInfiniteItemView.AddDataCommand

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

public static class UiInfiniteItemView.AddDataCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • startIndex

      protected int startIndex
    • data

    • totalNumberOfRecords

      protected int totalNumberOfRecords
    • clear

      protected boolean clear
  • Constructor Details

    • AddDataCommand

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

      public AddDataCommand(String componentId, int startIndex, List<UiIdentifiableClientRecord> data, int totalNumberOfRecords, boolean clear)
  • Method Details