Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable
Packages that use DataTable
Package
Description
Package for exporting data tables.
-
Uses of DataTable in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Modifier and TypeClassDescriptionclassAn 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 DataTableModifier and TypeMethodDescriptionprotected PagingNavigatorAjaxNavigationToolbar.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 DataTableModifierConstructorDescriptionAjaxFallbackHeadersToolbar(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.tableModifier and TypeClassDescriptionclassDefaultDataTable<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 DataTableModifier and TypeMethodDescriptionprotected DataTable<?,?> AbstractToolbar.getTable()DataTable.setItemReuseStrategy(IItemReuseStrategy strategy) Sets the item reuse strategy.Methods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type DataTableModifier and TypeMethodDescriptionprotected ComponentNavigationToolbar.newNavigatorLabel(String navigatorId, DataTable<?, ?> table) Factory method used to create the navigator label.protected PagingNavigatorNavigationToolbar.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 DataTableModifierConstructorDescriptionAbstractToolbar(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 DataTableModifierConstructorDescriptionDataExportResourceStreamWriter(IDataExporter dataExporter, DataTable<?, ?> dataTable) Creates a new instance using the providedIDataExporterto 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.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 DataTableModifierConstructorDescriptionFilterToolbar(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