Package com.google.gwt.cell.client
package com.google.gwt.cell.client
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 aDelegate
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 aDatePicker
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 input
In addition to cells, this package provides the following interfaces:
- Since:
- GWT 2.1
-
ClassDescriptionAbstractCell<C>A default implementation of the
Cell
interface.AbstractEditableCell<C,V> A default implementation of theCell
interface used for editable cells that need to save view data state for specific values.AbstractInputCell<C,V> AnAbstractCell
used to render input elements that can receive focus.A superclass forCell
s that render or escape a String argument as HTML.ActionCell<C>A cell that renders a button and takes a delegate to perform actions on mouseUp.The delegate that will handle events from the cell.ACell
used to render a button.Base class for button Cells.The appearance used to render this Cell.The decoration applied to the button.The default implementation of theButtonCellBase.Appearance
.The resources used by this appearance.The Styles used by this appearance.The templates used by this appearance.Cell<C>A lightweight representation of a renderable object.Contains information about the context of the Cell.ACell
used to render a checkbox.ACell
used to render text.An editable text cell.The view data object used by this cell.FieldUpdater<T,C> AFieldUpdater
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 aCell
to render that value, and provide aFieldUpdater
to perform notification of updates to the cell.AnAbstractCell
used to render an image.AnAbstractCell
used to render an image.The defaultSafeHtmlRenderers
.The renderers used by this cell.The images used by theImageLoadingCell.DefaultRenderers
.AnAbstractCell
used to render anImageResource
.Indicates that a UI component can be collapsed next to another UI component, thus sharing a common border.ACell
used to render formatted numbers.ACell
used to render safe HTML markup.AnAbstractCell
used to render an image by using aSafeUri
.ACell
used to render a drop-down list.TextButtonCell
is a simple button with text content.The appearance used to render this Cell.The default implementation of theTextButtonCell.Appearance
.ACell
used to render text.AnAbstractCell
used to render a text input.TheViewData
for this cell.ValueUpdater<C>AValueUpdater
may be added to aCell
to provide updated data.