Package org.teamapps.dto
Klasse UiInfiniteItemView.AddDataCommand
java.lang.Object
org.teamapps.dto.UiInfiniteItemView.AddDataCommand
- Umschließende Klasse:
UiInfiniteItemView
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanprotected Stringprotected List<UiIdentifiableClientRecord> protected intprotected int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.AddDataCommand(String componentId, int startIndex, List<UiIdentifiableClientRecord> data, int totalNumberOfRecords, boolean clear) -
Methodenübersicht
-
Felddetails
-
componentId
-
startIndex
protected int startIndex -
data
-
totalNumberOfRecords
protected int totalNumberOfRecords -
clear
protected boolean clear
-
-
Konstruktordetails
-
AddDataCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
AddDataCommand
public AddDataCommand(String componentId, int startIndex, List<UiIdentifiableClientRecord> data, int totalNumberOfRecords, boolean clear)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getData
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords() -
getClear
public boolean getClear()
-