|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Cell subclasses used by the
cellview widgets.
See:
Description
| Interface Summary | |
|---|---|
| ActionCell.Delegate<T> | The delegate that will handle events from the cell. |
| Cell<C> | A light weight representation of a renderable object. |
| FieldUpdater<T,C> | A FieldUpdater may be added to a Column to update a particular field
of a data item. |
| HasCell<T,C> | An interface for extracting a value of type C from an underlying data value
of type T, provide a Cell to render that value, and provide a
FieldUpdater to perform notification of updates to the cell. |
| ValueUpdater<C> | A ValueUpdater may be added to a Cell to provide updated data. |
| Class Summary | |
|---|---|
| AbstractCell<C> | A default implementation of the Cell interface. |
| ActionCell<C> | A cell that renders a button and takes a delegate to perform actions on mouseUp. |
| ButtonCell | A Cell used to render a button. |
| CheckboxCell | A Cell used to render a checkbox. |
| ClickableTextCell | A Cell used to render text. |
| CompositeCell<C> |
A Cell that is composed of other Cells. |
| DateCell | A Cell used to render Dates. |
| DatePickerCell | A Cell used to render and edit Dates. |
| EditTextCell | An editable text cell. |
| IconCellDecorator<C> | A Cell decorator that adds an icon to another Cell. |
| NumberCell | A Cell used to render formatted numbers. |
| SelectionCell | A Cell used to render a drop-down list. |
| TextCell | A Cell used to render text. |
| TextInputCell | A AbstractCell used to render a text input. |
Standard Cell subclasses used by the
cellview widgets. The available
cell types are:
Cell - the main interfaceAbstractCell - a convenience implementation for subclassingActionCell - a Button that responds to mouse clicks via a
Delegate interfaceButtonCell - a cell that displays a button with custom textCheckboxCell - a cell that display sa checkboxClickableTextCell - HTML text that responds to mouse clicksCompositeCell - a cell that wraps other cellsCurrencyCell - a cell that displays a currency value (NOTE: does not
currently perform any localization)DateCell - a cell displays a date (NOTE: does not currently perform
any localization)DatePickerCell - a cell that displays a date and allows editing
using a DatePicker
widgetIconCellDecorator - a cell that adds an icon to another cellEditTextCell - a cell that displays editable textSelectionCell - a cell that displays a drop-down listTextCell - a cell that displays HTML textTextInputCell - a cell that provides text inputIn addition to cells, this package provides the following interfaces:
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||