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

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

Class Summary
AbstractColumn A helper implementation for the IColumn interface
AbstractToolbar A base class for data table toolbars
DataTable A data table builds on data grid view to introduce toolbars.
DefaultDataTable 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 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 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-2010 Apache Software Foundation. All Rights Reserved.