Package org.apache.wicket.extensions.markup.html.repeater.data.table

Interface Summary
IColumn<T> An interface that represents a column in the DefaultDataTable
ISortableDataProvider<T> Data provider that can hold sort state
IStyledColumn<T> Interface that allows styling individuals DataTable columns
 

Class Summary
AbstractColumn<T> A helper implementation for the IColumn interface
AbstractToolbar A base class for data table toolbars
DataTable<T> A data table builds on data grid view to introduce toolbars.
DefaultDataTable<T> An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable.
HeaderlessColumn<T> A column that does not have a header
HeadersToolbar Toolbars that displays column headers.
NavigationToolbar Toolbar that displays links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table.
NavigatorLabel Label that provides Showing x to y of z message given for a DataTable.
NoRecordsToolbar A toolbar that displays a "no records found" message when the data table contains no rows.
PropertyColumn<T> A convenience implementation of column that adds a label to the cell whose model is determined by the provided wicket property expression (same as used by PropertyModel) that is evaluated against the current row's model object
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.