| Interface | Description |
|---|---|
| IDeleteHandler |
Interface IDeleteHandler.
|
| IInsertHandler |
Interface IInsertHandler.
|
| IRowContentProvider |
Interface IRowContentProvider.
|
| IRowFocusListener |
Interface IRowFocusListener.
|
| Class | Description |
|---|---|
| AbsoluteLayout |
A layout manager that lays out child controls in absolute positions.
|
| AbstractGridRowLayout | |
| AbstractNativeHeader |
Class AbstractHeader.
|
| AbstractSelectableRow |
An abstract row class making it easy to implement a table where the whole
row is selected at once.
|
| AbstractSortableHeader |
Class AbstractSortableHeader.
|
| ColumnControlListener | |
| CompositeTable |
Class CompositeTable.
|
| CompositeTableLayout |
(non-API) An abstract superclass for all layout managers in the
CompositeTable package.
|
| DeleteAdapter |
This adapter class provides default implementations for the
methods described by the
IDeleteHandler interface. |
| EmptyTablePlaceholder |
(Non-API)
Class EmptyTablePlaceholder.
|
| GridRowLayout |
Class GridRowLayout.
|
| HeaderLayout | |
| InternalCompositeTable |
(non-API) Class InternalCompositeTable.
|
| ResizableGridRowLayout |
ResizableGridRowLayout works with HeaderLayout to implement column resizing
semantics for CompositeTable UIs.
|
| RowConstructionListener |
Class RowConstructionListener.
|
| RowFocusAdapter |
An interface for objects that want to listen to and have the
possibility of vetoing row change events on a CompositeTable.
|
| ScrollEvent |
An event that is fired whenever the user scrolls a CompositeTable control.
|
| ScrollListener |
An "interface" for objects that need to listen to scrolling events on a
CompositeTable control.
|
| TableRow |
(non-API)
Class TableRow.
|