|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseListLoadConfig
com.extjs.gxt.ui.client.data.BasePagingLoadConfig
public class BasePagingLoadConfig
Default implementation of the PagingLoadConfig
.
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
allowNestedValues, map |
Constructor Summary | |
---|---|
BasePagingLoadConfig()
Creates a new paging load config. |
|
BasePagingLoadConfig(int offset,
int limit)
Creates a new paging load config. |
Method Summary | |
---|---|
int |
getLimit()
The number of records being requested. |
int |
getOffset()
The offset for the first record to retrieve. |
void |
setLimit(int limit)
Sets the limit. |
void |
setOffset(int offset)
Sets the offset. |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseListLoadConfig |
---|
getSortDir, getSortField, getSortInfo, setSortDir, setSortField, setSortInfo |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.extjs.gxt.ui.client.data.ListLoadConfig |
---|
getSortDir, getSortField, getSortInfo, setSortDir, setSortField, setSortInfo |
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
---|
get, getProperties, getPropertyNames, remove, set |
Constructor Detail |
---|
public BasePagingLoadConfig()
public BasePagingLoadConfig(int offset, int limit)
offset
- the offsetlimit
- the limitMethod Detail |
---|
public int getLimit()
PagingLoadConfig
getLimit
in interface PagingLoadConfig
public int getOffset()
PagingLoadConfig
getOffset
in interface PagingLoadConfig
public void setLimit(int limit)
PagingLoadConfig
setLimit
in interface PagingLoadConfig
limit
- the limitpublic void setOffset(int offset)
PagingLoadConfig
setOffset
in interface PagingLoadConfig
offset
- the offset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |