com.sencha.gxt.data.shared.loader
Class FilterPagingLoadConfigBean
java.lang.Object
com.sencha.gxt.data.shared.loader.ListLoadConfigBean
com.sencha.gxt.data.shared.loader.PagingLoadConfigBean
com.sencha.gxt.data.shared.loader.FilterPagingLoadConfigBean
- All Implemented Interfaces:
- FilterPagingLoadConfig, ListLoadConfig, PagingLoadConfig, Serializable
public class FilterPagingLoadConfigBean
- extends PagingLoadConfigBean
- implements FilterPagingLoadConfig
A PagingLoadConfigBean with support for filters.
- See Also:
- Serialized Form
FilterPagingLoadConfigBean
public FilterPagingLoadConfigBean()
getFilters
public List<FilterConfig> getFilters()
- Description copied from interface:
FilterPagingLoadConfig
- Returns the list of filters for this load config.
- Specified by:
getFilters in interface FilterPagingLoadConfig
- Returns:
- the list of filters
setFilters
public void setFilters(List<FilterConfig> filters)
- Description copied from interface:
FilterPagingLoadConfig
- Sets the list of filters for this load config.
- Specified by:
setFilters in interface FilterPagingLoadConfig
- Parameters:
filters - the list of filters
Copyright © 2012. All Rights Reserved.