All Classes and Interfaces

Class
Description
Convenience implementation of IGridColumn.
Provides common functionality for DataGrid and TreeGrid.
Represents container of cell items in one row.
Toolbars extending this class are displayed in table header right below the row displaying column names.
Convenience implementation of IGridColumn.
Wicket AbstractPageableView alternative that uses IDataSource as data source.
Base for toolbar classes.
Base class for TreeGrid column that contains the actual tree.
A row in tree grid.
Column that Displays Confirm, Cancel and Delete buttons
Backing Panel for the AddDeleteColumn displays: Add, Cancel, and Delete buttons
Toolbar that Adds a Button for Adding a new record to an existing DataGrid
extends the functionality of DataProviderAdapter to make @{link IDataProvider} instances Appendable
When a single item is (rendered using Ajax this behavior makes sure that it has the prelight events attached.
INTERNAL
Column that allows a row in grid to be selected.
Backing Panel for EditableCheckBoxColumn Panel with a Checkbox that updates the property of the row immediately after user leaves the field.
Panel that provides the markup for ColumnsHeaderRepeater.
Repeater that contains column header components.
Manages the state (visibility, order and size) of grid columns.
State entry for single column.
Advanced grid component.
Extended query interface that makes it possible to obtain the DataGrid instance.
Contains data grid rows.
Adapter that allows using a wicket extension IDataProvider in an AbstractGrid.
Convenience implementation that adds PagingToolbar and NoRecordsToolbar to the grid.
Property column that uses a DropDownChoicePanel as cell component when the item is selected.
Backing Panel for DropDownChoiceColumn with a DropDownChoice that updates the property of the row immediately after the user leaves the field.
 
Property column that uses a CheckBoxPanel as cell component when the item is selected.
Property column that uses a LocalDateTextFieldPanel as cell component when the item is selected.
Property column that uses a TextFieldPanel as cell component when the item is selected.
Tree column that allows to edit the property when item is selected.
An IGridSortState implementation.
Extends the IDataSource interface with methods necessary to support dynamically adding data to the provider
Simple interface that represents an icon.
Simple component that displays an icon.
Contains default tree icons.
Interface used to provide data to data views.
Specifies the subset of data to be loaded.
Used to pass the total row count and the loaded item to the caller of IDataSource.query(IDataSource.IQuery, IDataSource.IQueryResult) method.
Represents a column in a DataGrid or a TreeGrid.
Allows to query the sort state of a grid.
The direction.
Pair of property name and IGridSortState.Direction
Lightweight columns return an implementation of this interface to render cell output.
Abstract column to display links in a DataGrid
Backing Panel for the LinkColumn to do the actual "work" of properly displaying a link
Backing Panel for EditableLocalDateColumn Panel with a LocalDateTextField that updates the property of the row immediately after user leaves the field.
Label that provides Showing x to y of z message given for a DataGrid.
A toolbar that displays a "no records found" message when the data table contains no rows.
Simple icon implementation that uses images in classpath or a ResourceReference as icon source.
Displays a Link in the DataGrid to an Internal Wicket Page
Paging navigator with default size of 11
Toolbar that displays a paging navigator and a label with message about which rows are being displayed and their total number in the data table.
A lightweight column that displays a property of row object specified by an property expression.
Simple tree column that displays a property of TreeNode instance specified by the property expression.
Represents a HTML size unit.
Component that wraps it's child component with link that changes sort state of a grid column.
 
Panel with a TextField that updates the property of the row immediately after user leaves the field.
Advanced grid with a tree.
TreeGridBody<T extends TreeModel,I extends TreeNode,S>
Body of TreeGrid.
TreePanel<T extends TreeModel,I extends TreeNode>
Represents the content of a tree column cell.
Helper class for calling an action from a link.
Adapter that allows using DataTable columns from wicket extensions in an AbstractGrid.