|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.data.shared.loader.ListLoadConfigBean
com.sencha.gxt.data.shared.loader.PagingLoadConfigBean
com.sencha.gxt.data.shared.loader.FilterPagingLoadConfigBean
public class FilterPagingLoadConfigBean
A PagingLoadConfigBean with support for filters.
| Constructor Summary | |
|---|---|
FilterPagingLoadConfigBean()
|
|
| Method Summary | |
|---|---|
java.util.List<FilterConfig> |
getFilters()
Returns the list of filters for this load config. |
void |
setFilters(java.util.List<FilterConfig> filters)
Sets the list of filters for this load config. |
| Methods inherited from class com.sencha.gxt.data.shared.loader.PagingLoadConfigBean |
|---|
getLimit, getOffset, setLimit, setOffset |
| Methods inherited from class com.sencha.gxt.data.shared.loader.ListLoadConfigBean |
|---|
getSortInfo, setSortInfo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sencha.gxt.data.shared.loader.PagingLoadConfig |
|---|
getLimit, getOffset, setLimit, setOffset |
| Methods inherited from interface com.sencha.gxt.data.shared.loader.ListLoadConfig |
|---|
getSortInfo, setSortInfo |
| Constructor Detail |
|---|
public FilterPagingLoadConfigBean()
| Method Detail |
|---|
public java.util.List<FilterConfig> getFilters()
FilterPagingLoadConfig
getFilters in interface FilterPagingLoadConfigpublic void setFilters(java.util.List<FilterConfig> filters)
FilterPagingLoadConfig
setFilters in interface FilterPagingLoadConfigfilters - the list of filters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||