Package org.teamapps.ux.component.table
Klasse TableDataRequestEventData
java.lang.Object
org.teamapps.ux.component.table.TableDataRequestEventData
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTableDataRequestEventData(int startIndex, int length, String sortField, SortDirection sortDirection) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintint
-
Konstruktordetails
-
TableDataRequestEventData
public TableDataRequestEventData(int startIndex, int length, String sortField, SortDirection sortDirection)
-
-
Methodendetails
-
getStartIndex
public int getStartIndex() -
getLength
public int getLength() -
getSortField
-
getSortDirection
-