Package org.teamapps.dto
Klasse UiTableDataRequest
java.lang.Object
org.teamapps.dto.UiTableDataRequest
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected intprotected UiSortDirectionprotected Stringprotected int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiTableDataRequest(int startIndex, int length, String sortField, UiSortDirection sortDirection) -
Methodenübersicht
-
Felddetails
-
startIndex
protected int startIndex -
length
protected int length -
sortField
-
sortDirection
-
-
Konstruktordetails
-
UiTableDataRequest
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiTableDataRequest
public UiTableDataRequest(int startIndex, int length, String sortField, UiSortDirection sortDirection)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getStartIndex
public int getStartIndex() -
getLength
public int getLength() -
getSortField
-
getSortDirection
-