All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractColumn<M,I,S> |
|
| AbstractGrid<M,I,S> |
|
| AbstractGridRow<M,I,S> |
Represents container of cell items in one row.
|
| AbstractHeaderToolbar<M,I,S> |
Toolbars extending this class are displayed in table header right below the row displaying column
names.
|
| AbstractLightWeightColumn<M,I,S> |
|
| AbstractPageableView<T> |
|
| AbstractToolbar<M,I,S> |
Base for toolbar classes.
|
| AbstractTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S> |
Base class for TreeGrid column that contains the actual tree.
|
| AbstractTreeGridRow<M,I,S> |
A row in tree grid.
|
| AddDeleteColumn<M,I,S> |
Column that Displays Confirm, Cancel and Delete buttons
|
| AddDeletePanel<M,I> |
Backing Panel for the AddDeleteColumn
displays: Add, Cancel, and Delete buttons
|
| AddRecordsToolbar<D extends IDataSource<T>,T extends Serializable,S> |
Toolbar that Adds a Button for Adding a new record to an existing DataGrid
|
| AppendableDataProviderAdapter<T,S> |
extends the functionality of DataProviderAdapter to
make @{link IDataProvider} instances Appendable
|
| AttachPrelightBehavior |
When a single item is (rendered using Ajax this behavior makes sure that it has the prelight
events attached.
|
| BaseTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S> |
INTERNAL
|
| CheckBoxColumn<M,I,S> |
Column that allows a row in grid to be selected.
|
| CheckBoxPanel<M,I,S> |
Backing Panel for EditableCheckBoxColumn
Panel with a Checkbox that updates the property of the row immediately after
user leaves the field.
|
| ColumnsHeader<M,I,S> |
|
| ColumnsHeaderRepeater<M,I,S> |
Repeater that contains column header components.
|
| ColumnsState |
Manages the state (visibility, order and size) of grid columns.
|
| ColumnsState.Entry |
State entry for single column.
|
| DataGrid<D extends IDataSource<T>,T,S> |
Advanced grid component.
|
| DataGrid.IGridQuery |
Extended query interface that makes it possible to obtain the DataGrid instance.
|
| DataGridBody<D extends IDataSource<T>,T,S> |
Contains data grid rows.
|
| DataProviderAdapter<T,S> |
|
| DefaultDataGrid<D extends IDataSource<T>,T,S> |
|
| DropDownChoiceColumn<M,I,T,S> |
|
| DropDownChoicePanel<M,I,P,S> |
|
| EditableCellPanel<M,I,P,S> |
|
| EditableCheckBoxColumn<M,I,S> |
Property column that uses a CheckBoxPanel as cell component
when the item is selected.
|
| EditableLocalDateColumn<M,I,S> |
|
| EditablePropertyColumn<M,I,P,S> |
Property column that uses a TextFieldPanel as cell component when the item is selected.
|
| EditablePropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P,S> |
Tree column that allows to edit the property when item is selected.
|
| GridSortState<S> |
|
| IAppendableDataSource<T> |
Extends the IDataSource interface with methods necessary to support
dynamically adding data to the provider
|
| Icon |
Simple interface that represents an icon.
|
| IconImage |
Simple component that displays an icon.
|
| Icons |
Contains default tree icons.
|
| IDataSource<T> |
Interface used to provide data to data views.
|
| IDataSource.IQuery |
Specifies the subset of data to be loaded.
|
| IDataSource.IQueryResult<T> |
|
| IGridColumn<M,I,S> |
|
| IGridSortState<S> |
Allows to query the sort state of a grid.
|
| IGridSortState.Direction |
The direction.
|
| IGridSortState.ISortStateColumn<S> |
|
| IRenderable<T> |
Lightweight columns return an implementation of this interface to render cell output.
|
| LinkColumn<M,I,S> |
Abstract column to display links in a DataGrid
|
| LinkPanel<M,I> |
Backing Panel for the LinkColumn to do the actual "work"
of properly displaying a link
|
| LocalDateTextFieldPanel<M,I,S> |
Backing Panel for EditableLocalDateColumn
Panel with a LocalDateTextField that updates the property of the row immediately after
user leaves the field.
|
| NavigatorLabel |
Label that provides Showing x to y of z message given for a DataGrid.
|
| NoRecordsToolbar<D extends IDataSource<T>,T,S> |
A toolbar that displays a "no records found" message when the data table contains no rows.
|
| PackageIcon |
Simple icon implementation that uses images in classpath or a ResourceReference as icon
source.
|
| PageLinkColumn<M,I,S> |
Displays a Link in the DataGrid to an Internal Wicket Page
|
| PagingNavigator |
Paging navigator with default size of 11
|
| PagingToolbar<D extends IDataSource<T>,T,S> |
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.
|
| PropertyColumn<M,I,P,S> |
A lightweight column that displays a property of row object specified by an property expression.
|
| PropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P,S> |
Simple tree column that displays a property of TreeNode instance specified by the
property expression.
|
| SizeUnit |
Represents a HTML size unit.
|
| SortableHeaderLinkPanel<S> |
Component that wraps it's child component with link that changes sort state of a grid column.
|
| SubmitCancelColumn<M,I,S> |
|
| TextFieldPanel<M,I,P,S> |
Panel with a TextField that updates the property of the row immediately after user leaves the
field.
|
| TreeGrid<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S> |
Advanced grid with a tree.
|
| TreeGridBody<T extends TreeModel,I extends TreeNode,S> |
|
| TreePanel<T extends TreeModel,I extends TreeNode> |
Represents the content of a tree column cell.
|
| TreePanel.ILinkCallback |
Helper class for calling an action from a link.
|
| WicketColumnAdapter<M,I,S> |
|