com.sencha.gxt.data.shared.loader
Interface FilterPagingLoadConfig
- All Superinterfaces:
- ListLoadConfig, PagingLoadConfig, java.io.Serializable
- All Known Implementing Classes:
- FilterPagingLoadConfigBean
public interface FilterPagingLoadConfig
- extends PagingLoadConfig
A PagingLoadConfig with support for filters.
getFilters
java.util.List<FilterConfig> getFilters()
- Returns the list of filters for this load config.
- Returns:
- the list of filters
setFilters
void setFilters(java.util.List<FilterConfig> filters)
- Sets the list of filters for this load config.
- Parameters:
filters - the list of filters
Copyright © 2012. All Rights Reserved.