Java org.apache.wicket.extensions.markup.html.repeater.data.table DataTable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.markup.html.repeater.data.table DataTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.markup.html.repeater.data.table DataTable.

The text is from its open source code.

Subclass

org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable has subclasses.
Click this link to see all its subclasses.

Constructor

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
voidaddBottomToolbar(final AbstractToolbar toolbar)
Adds a toolbar to the datatable that will be displayed after the data
voidaddTopToolbar(final AbstractToolbar toolbar)
Adds a toolbar to the datatable that will be displayed before the data
List>getColumns()
longgetCurrentPage()
IDataProvidergetDataProvider()
longgetItemCount()
longgetItemsPerPage()
longgetPageCount()
longgetRowCount()
ToolbarsContainergetTopToolbars()
voidsetCurrentPage(final long page)
voidsetItemsPerPage(final long items)
Sets the number of items to be displayed per page
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
ComponentsetVersioned(boolean versioned)
RvisitChildren(final IVisitor visitor)
Traverses all child components in this container, calling the visitor's visit method at each one.