Package org.teamapps.dto
Class UiInfiniteItemView.AddDataCommand
java.lang.Object
org.teamapps.dto.UiInfiniteItemView.AddDataCommand
- Enclosing class:
UiInfiniteItemView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected List<UiIdentifiableClientRecord> protected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddDataCommand(String componentId, int startIndex, List<UiIdentifiableClientRecord> data, int totalNumberOfRecords, boolean clear) -
Method Summary
-
Field Details
-
componentId
-
startIndex
protected int startIndex -
data
-
totalNumberOfRecords
protected int totalNumberOfRecords -
clear
protected boolean clear
-
-
Constructor Details
-
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
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getData
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords() -
getClear
public boolean getClear()
-