|
Class Summary |
| AbstractColumn<M,I,S> |
Convenience implementation of IGridColumn. |
| AbstractLightWeightColumn<M,I,S> |
Convenience implementation of IGridColumn. |
| CheckBoxColumn<M,I,S> |
Column that allows a row in grid to be selected. |
| LinkColumn<M,I,S> |
Abstract column to display links in a DataGrid |
| LinkPanel<M,I> |
Backing Panel for the LinkColumn to do the actual "work"
of properly displaying a link |
| PageLinkColumn<M,I,S> |
Displays a Link in the DataGrid to an Internal Wicket Page |
| PropertyColumn<M,I,P,S> |
A lightweight column that displays a property of row object specified by an property expression. |
| WicketColumnAdapter<M,I,S> |
Adapter that allows using DataTable columns from wicket extensions in an
AbstractGrid. |