Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar
Packages that use AbstractToolbar
Package
Description
Package for exporting data tables.
-
Uses of AbstractToolbar in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Modifier and TypeClassDescriptionclassAjaxifiedHeadersToolbarclassToolbar that displays (Ajax) 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. -
Uses of AbstractToolbar in org.apache.wicket.extensions.markup.html.repeater.data.table
Modifier and TypeClassDescriptionclassToolbars that displays column headers.classToolbar 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.classA toolbar that displays a "no records found" message when the data table contains no rows.Methods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type AbstractToolbarModifier and TypeMethodDescriptionvoidDataTable.addBottomToolbar(AbstractToolbar toolbar) Adds a toolbar to the datatable that will be displayed after the datavoidDataTable.addTopToolbar(AbstractToolbar toolbar) Adds a toolbar to the datatable that will be displayed before the data -
Uses of AbstractToolbar in org.apache.wicket.extensions.markup.html.repeater.data.table.export
Subclasses of AbstractToolbar in org.apache.wicket.extensions.markup.html.repeater.data.table.exportModifier and TypeClassDescriptionclassA toolbar that provides links to download the data represented by allIExportableColumns in the table exported to formats supported by theIDataExporters configured. -
Uses of AbstractToolbar in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Subclasses of AbstractToolbar in org.apache.wicket.extensions.markup.html.repeater.data.table.filterModifier and TypeClassDescriptionclassToolbar that creates a form to hold form components used to filter data in the data table.