|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFilteredColumn
Represents a data table column that can be filtered. The filter is represented by a component returned from the getFilter() method.
IColumn| Method Summary | |
|---|---|
org.apache.wicket.Component |
getFilter(java.lang.String componentId,
FilterForm form)
Returns the component used by user to filter the column. |
| Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn |
|---|
getHeader, getSortProperty, isSortable |
| Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator |
|---|
populateItem |
| Methods inherited from interface org.apache.wicket.model.IDetachable |
|---|
detach |
| Method Detail |
|---|
org.apache.wicket.Component getFilter(java.lang.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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||