| Interface | Description |
|---|---|
| ExpandableCell |
This interface describes expandable cell methods.
|
| GridCell |
This is a grid cell interface.
|
| GridCellFactory |
This is a factory to create grid cells.
|
| HeaderCell |
This is a header cell interface.
|
| Class | Description |
|---|---|
| AbstractCell |
This is an sbtract cell implementation.
|
| BooleanCell |
This is a cell implementation for
Boolean values. |
| CellBlurHandler |
This is a default cell focus listener implementation.
|
| ComboBoxCell |
This is a cell implementation that must contain a combo box.
|
| DateCell |
This is a cell implementation for
Date values. |
| DefaultCellComparator |
This is a default implementation of grid cell comparator.
|
| DefaultGridCellFactory |
This is a default implementation of the grid cell factory.
|
| DoubleCell |
This is a cell implementation for
Double numbers. |
| ExpandableCellFactory |
This is a cell factory designed especially to construct expandable cells.
|
| ExpandableCellImpl |
This is a basic expandable cell implementation.
|
| FloatCell |
This is a cell implementation for
Float numbers. |
| HeaderCellImpl |
This is a header cell implementation.
|
| ImageCell |
This is a cell implementation forr
Image widgets. |
| IntegerCell |
This is a cell implementation for
Integer numbers. |
| LabelCell |
This is a cell implementation for textual value to be represnted as read only label.
|
| ListCell |
This is a cell implementation for
List box widgets. |
| LongCell |
This is a cell implementation for
Long numbers. |
| NumberCell |
This is an abstract implementation for all numeric cells.
|
| ShortCell |
This is a cell implementation for
Short numbers. |
| TextAreaCell |
This is a multiline text cell implementation.
|
| TextBaseCell |
This is an abstract cell implementation, common for all cells which display components extended from the
TextBoxBase on edit event. |
| TextBoxCell |
This is a text cell implementation.
|
| TreeCell |
This is a tree cell implementation that renders an expand / collapse image and makes indents.
|
| TreeCellFactory |
This factory extends the dfeault one and creates the tree cell if data has the type
GridCell. |
Copyright © 2008–2013. All rights reserved.