Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable
-
-
Uses of DataTable in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Subclasses of DataTable in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table Modifier and Type Class Description class
AjaxFallbackDefaultDataTable<T,S>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standardDataTable
.Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with parameters of type DataTable Modifier and Type Method Description protected PagingNavigator
AjaxNavigationToolbar. newPagingNavigator(String navigatorId, DataTable<?,?> table)
Factory method used to create the paging navigator that will be used by the datatable.Constructors in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table with parameters of type DataTable Constructor Description AjaxFallbackHeadersToolbar(DataTable<?,S> table, ISortStateLocator<S> stateLocator)
ConstructorAjaxNavigationToolbar(DataTable<?,?> table)
Constructor. -
Uses of DataTable in org.apache.wicket.extensions.markup.html.repeater.data.table
Subclasses of DataTable in org.apache.wicket.extensions.markup.html.repeater.data.table Modifier and Type Class Description class
DefaultDataTable<T,S>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standardDataTable
.Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return DataTable Modifier and Type Method Description protected DataTable<?,?>
AbstractToolbar. getTable()
DataTable<T,S>
DataTable. setItemReuseStrategy(IItemReuseStrategy strategy)
Sets the item reuse strategy.Methods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type DataTable Modifier and Type Method Description protected WebComponent
NavigationToolbar. newNavigatorLabel(String navigatorId, DataTable<?,?> table)
Factory method used to create the navigator label that will be used by the datatable.protected PagingNavigator
NavigationToolbar. newPagingNavigator(String navigatorId, DataTable<?,?> table)
Factory method used to create the paging navigator that will be used by the datatableConstructors in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type DataTable Constructor Description AbstractToolbar(DataTable<?,?> table)
ConstructorAbstractToolbar(IModel<?> model, DataTable<?,?> table)
ConstructorHeadersToolbar(DataTable<T,S> table, ISortStateLocator<S> stateLocator)
ConstructorNavigationToolbar(DataTable<?,?> table)
ConstructorNoRecordsToolbar(DataTable<?,?> table)
ConstructorNoRecordsToolbar(DataTable<?,?> table, IModel<String> messageModel)
-
Uses of DataTable in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table.export with parameters of type DataTable Constructor Description DataExportResourceStreamWriter(IDataExporter dataExporter, DataTable<?,?> dataTable)
Creates a new instance using the providedIDataExporter
to export data.ExportToolbar(DataTable<?,?> table)
Creates a new instance with the default message model.ExportToolbar(DataTable<?,?> table, IModel<String> fileNameModel)
Creates a new instance with the provided data table and file name model.ExportToolbar(DataTable<?,?> table, IModel<String> messageModel, IModel<String> fileNameModel)
Creates a new instance. -
Uses of DataTable in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type DataTable Constructor Description FilterToolbar(DataTable<T,S> table, FilterForm<F> form)
Constructor -
Uses of DataTable in org.apache.wicket.extensions.markup.html.repeater.tree
Methods in org.apache.wicket.extensions.markup.html.repeater.tree that return DataTable Modifier and Type Method Description DataTable<T,S>
TableTree. getTable()
Get the nested table.protected DataTable<T,S>
TableTree. newDataTable(String id, List<? extends IColumn<T,S>> columns, IDataProvider<T> dataProvider, long rowsPerPage)
Factory method for the wrappedDataTable
.
-