T - S - the type of the sorting parameterpublic interface IFilteredColumn<T,S> extends IColumn<T,S>
IColumn| Modifier and Type | Method and Description |
|---|---|
Component |
getFilter(String componentId,
FilterForm<?> form)
Returns the component used by user to filter the column.
|
getHeader, getSortProperty, isSortablepopulateItemdetachComponent getFilter(String componentId, FilterForm<?> form)
componentId - component id for returned filter componentform - FilterForm object for the toolbar. components can use this form's model to access
properties of the state object (
PropertyModel(form.getModel(), "property") or retrieve the
IFilterStateLocator object by using FilterForm.getStateLocator()Copyright © 2006–2015 Apache Software Foundation. All rights reserved.