Cell
subclasses used by the
cellview
widgets.See: Description
Interface | Description |
---|---|
ActionCell.Delegate<T> |
The delegate that will handle events from the cell.
|
ButtonCellBase.Appearance<C> |
The appearance used to render this Cell.
|
ButtonCellBase.DefaultAppearance.Resources |
The resources used by this appearance.
|
ButtonCellBase.DefaultAppearance.Style |
The Styles used by this appearance.
|
Cell<C> |
A lightweight 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. |
ImageLoadingCell.Renderers |
The renderers used by this cell.
|
IsCollapsible |
Indicates that a UI component can be collapsed next to another UI component,
thus sharing a common border.
|
TextButtonCell.Appearance |
The appearance used to render this Cell.
|
ValueUpdater<C> |
A
ValueUpdater may be added to a Cell to provide updated
data. |
Class | Description |
---|---|
AbstractCell |
A default implementation of the
Cell interface. |
AbstractCell<C> |
A default implementation of the
Cell interface. |
AbstractEditableCell |
A default implementation of the
Cell interface used for editable
cells that need to save view data state for specific values. |
AbstractEditableCell<C,V> |
A default implementation of the
Cell interface used for editable
cells that need to save view data state for specific values. |
AbstractInputCell |
An
AbstractCell used to render input elements that can receive focus. |
AbstractInputCell<C,V> |
An
AbstractCell used to render input elements that can receive focus. |
AbstractSafeHtmlCell<C> |
A superclass for
Cell s that render or escape a String argument as
HTML. |
AbstractSafeHtmlCell |
A superclass for
Cell s that render or escape a String argument as
HTML. |
ActionCell |
A cell that renders a button and takes a delegate to perform actions on
mouseUp.
|
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. |
ButtonCell |
A
Cell used to render a button. |
ButtonCellBase<C> |
Base class for button Cells.
|
ButtonCellBase |
Base class for button Cells.
|
ButtonCellBase.DefaultAppearance<C> |
The default implementation of the
ButtonCellBase.Appearance . |
Cell |
A lightweight representation of a renderable object.
|
Cell.Context |
Contains information about the context of the Cell.
|
CheckboxCell |
A
Cell used to render a checkbox. |
CheckboxCell |
A
Cell used to render a checkbox. |
ClickableTextCell |
A
Cell used to render text. |
ClickableTextCell |
A
Cell used to render text. |
CompositeCell<C> | |
CompositeCell | |
DateCell | |
DateCell |
A
Cell used to render Date s. |
DatePickerCell | |
DatePickerCell |
A
Cell used to render and edit Date s. |
EditTextCell |
An editable text cell.
|
EditTextCell |
An editable text cell.
|
FieldUpdater |
A
FieldUpdater may be added to a Column to update a particular field
of a data item. |
HasCell |
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. |
IconCellDecorator<C> | |
IconCellDecorator | |
ImageCell |
An
AbstractCell used to render an image. |
ImageCell |
An
AbstractCell used to render an image. |
ImageLoadingCell |
An
AbstractCell used to render an image. |
ImageLoadingCell |
An
AbstractCell used to render an image. |
ImageLoadingCell.DefaultRenderers |
The default
SafeHtmlRenderers . |
ImageResourceCell |
An
AbstractCell used to render an ImageResource . |
ImageResourceCell |
An
AbstractCell used to render an ImageResource . |
IsCollapsible |
Indicates that a UI component can be collapsed next to another UI component,
thus sharing a common border.
|
NumberCell |
A
Cell used to render formatted numbers. |
NumberCell |
A
Cell used to render formatted numbers. |
SafeHtmlCell |
A
Cell used to render safe HTML markup. |
SafeHtmlCell |
A
Cell used to render safe HTML markup. |
SafeImageCell |
An
AbstractCell used to render an image by using a SafeUri . |
SafeImageCell |
An
AbstractCell used to render an image by using a SafeUri . |
SelectionCell |
A
Cell used to render a drop-down list. |
SelectionCell |
A
Cell used to render a drop-down list. |
TextButtonCell |
TextButtonCell is a simple button with text content. |
TextButtonCell |
TextButtonCell is a simple button with text content. |
TextButtonCell.DefaultAppearance |
The default implementation of the
TextButtonCell.Appearance . |
TextCell |
A
Cell used to render text. |
TextCell |
A
Cell used to render text. |
TextInputCell |
An
AbstractCell used to render a text input. |
TextInputCell |
An
AbstractCell used to render a text input. |
TextInputCell.ViewData |
The
ViewData for this cell. |
ValueUpdater |
A
ValueUpdater may be added to a Cell to provide updated
data. |
Enum | Description |
---|---|
ButtonCellBase.Decoration |
The decoration applied to the button.
|
Standard Cell
subclasses used by the
cellview
widgets. The available
cell types are:
AbstractCell
- a convenience implementation for subclassingActionCell
- a Button that responds to mouse clicks via a
Delegate
interfaceButtonCell
- a cell that displays a button with custom textCell
- the main interfaceCheckboxCell
- a cell that display sa checkboxClickableTextCell
- HTML text that responds to mouse clicksCompositeCell
- a cell that wraps other cellsDateCell
- 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
widgetEditTextCell
- a cell that displays editable textIconCellDecorator
- a cell that adds an icon to another cellCurrencyCell
- a cell that displays a formatted numberSelectionCell
- 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:
Copyright © 2018. All rights reserved.