|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - S - the type of the sorting parameterpublic interface IColumn<T,S>
An interface that represents a column in the DefaultDataTable
| Method Summary | |
|---|---|
Component |
getHeader(String componentId)
Returns the component that will be used as the header for the column. |
S |
getSortProperty()
Returns the name of the property that this header sorts. |
boolean |
isSortable()
Returns true if the header of the column should be sortable |
| 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 |
|---|
Component getHeader(String componentId)
componentId - component id for the returned Component
S getSortProperty()
boolean isSortable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||