@Deprecated public final class UiListState extends Object implements Serializable
| Constructor and Description |
|---|
UiListState(int top,
int skip,
String sortFieldName,
boolean sortDesc,
String listServerToken)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getListServerToken()
Deprecated.
|
int |
getSkip()
Deprecated.
|
String |
getSortFieldName()
Deprecated.
|
int |
getTop()
Deprecated.
|
boolean |
isSortDesc()
Deprecated.
|
DtListState |
toDtListState()
Deprecated.
|
public UiListState(int top,
int skip,
String sortFieldName,
boolean sortDesc,
String listServerToken)
top - max returning elementsskip - elements to skipsortFieldName - sort fieldNamesortDesc - desc or asc orderlistServerToken - reference the previous serverToken of the listpublic int getTop()
public int getSkip()
public String getSortFieldName()
public boolean isSortDesc()
public String getListServerToken()
public DtListState toDtListState()
Copyright © 2017. All Rights Reserved.