|
Class Summary |
| AbstractCellFactory<T> |
A Factory to provide the Cells. |
| AbstractCellValueFactory<C,V> |
A Factory to create CellValues applicable to given columns. |
| AbstractDecoratedGridHeaderWidget<M,T> |
An abstract "Header" widget to decorate a DecoratedGridWidget |
| AbstractDecoratedGridSidebarWidget<M,T> |
An abstract "Sidebar" widget to decorate a DecoratedGridWidget |
| AbstractDecoratedGridWidget<M,T,C> |
Abstract grid, decorated with DecoratedGridHeaderWidget and
DecoratedGridSidebarWidget encapsulating basic operation: keyboard navigation
and column resizing. |
| AbstractMergableGridWidget<M,T> |
An abstract grid of data. |
| AbstractMergableGridWidget.CellSelectionDetail |
Container for a details of a selected cell |
| AbstractVerticalDecoratedGridSidebarWidget<M,T> |
A sidebar for a VericalDecisionTable. |
| AbstractVerticalMergableGridWidget<M,T> |
A Vertical implementation of MergableGridWidget, that renders columns as erm,
columns and rows as rows. |
| CellHeightCalculatorImpl |
Default implementation of utility class to calculate the height of a merged
cell in a VerticalMergedGrid widget. |
| CellHeightCalculatorImplIE |
Class to calculate the height of a cell in a VerticalMergedGrid for IE. |
| CellValue<T extends Comparable<T>> |
This is a wrapper around a value. |
| CheckboxCellImpl |
A Cell used to render a checkbox. |
| CheckboxCellImplIE |
A Cell used to render a checkbox. |
| DecoratedGridCellValueAdaptor<T extends Comparable<T>> |
A Cell that casts values to whatever is appropriate for the wrapped Cell |
| DynamicBaseColumn |
A representation of a column in a table. |
| DynamicColumn<T> |
A column that retrieves it's cell value from an indexed position in a List
holding the row data. |
| SortConfiguration |
Container for sort information. |