|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.grid.filters.AbstractGridFilters
com.extjs.gxt.ui.client.widget.treegrid.filters.TreeGridFilters
public class TreeGridFilters
GridFilter is a plugin for grids that allow for a slightly more robust representation of filtering than what is provided by the default store.
Filtering is adjusted by the user using the grid's column header menu (this menu can be disabled through configuration). Through this menu users can configure, enable, and disable filters for each column.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.filters.AbstractGridFilters |
|---|
AbstractGridFilters.GridFiltersMessages |
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.widget.grid.filters.AbstractGridFilters |
|---|
columnModel, columnModelListener, grid |
| Constructor Summary | |
|---|---|
TreeGridFilters()
|
|
| Method Summary | |
|---|---|
protected Loader<?> |
getLoader(Store<ModelData> store)
|
protected Store<ModelData> |
getStore()
|
void |
init(Component component)
Initializes the plugin when the component is created. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.grid.filters.AbstractGridFilters |
|---|
addFilter, bindColumnModel, bindStore, buildQuery, cleanParams, clearFilters, getFilter, getFilterData, getMenuFilter, getMessages, getModelFilter, getUpdateBuffer, isAutoReload, isLocal, onBeforeCheck, onBeforeLoad, onCheckChange, onContextMenu, onLoad, onReconfigure, onStateChange, reload, removeAll, removeFilter, setAutoReload, setLocal, setMessages, setUpdateBuffer, updateColumnHeadings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeGridFilters()
| Method Detail |
|---|
public void init(Component component)
ComponentPlugin
init in interface ComponentPlugininit in class AbstractGridFilterscomponent - the source componentprotected Loader<?> getLoader(Store<ModelData> store)
getLoader in class AbstractGridFiltersprotected Store<ModelData> getStore()
getStore in class AbstractGridFilters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||