Standard {@link com.google.gwt.cell.client.Cell} subclasses used by the
{@link com.google.gwt.user.cellview.client cellview} widgets. The available
cell types are:
{@link com.google.gwt.cell.client.AbstractCell AbstractCell} - a convenience implementation for subclassing
{@link com.google.gwt.cell.client.ActionCell ActionCell} - a Button that responds to mouse clicks via a
{@link com.google.gwt.cell.client.ActionCell.Delegate Delegate} interface
{@link com.google.gwt.cell.client.ButtonCell ButtonCell} - a cell that displays a button with custom text
{@link com.google.gwt.cell.client.Cell Cell} - the main interface
{@link com.google.gwt.cell.client.CheckboxCell CheckboxCell} - a cell that display sa checkbox
{@link com.google.gwt.cell.client.ClickableTextCell ClickableTextCell} - HTML text that responds to mouse clicks
{@link com.google.gwt.cell.client.CompositeCell CompositeCell} - a cell that wraps other cells
{@link com.google.gwt.cell.client.DateCell DateCell} - a cell displays a date (NOTE: does not currently perform
any localization)
{@link com.google.gwt.cell.client.DatePickerCell DatePickerCell} - a cell that displays a date and allows editing
using a {@link com.google.gwt.user.datepicker.client.DatePicker DatePicker}
widget
{@link com.google.gwt.cell.client.EditTextCell EditTextCell} - a cell that displays editable text
{@link com.google.gwt.cell.client.IconCellDecorator IconCellDecorator} - a cell that adds an icon to another cell
{@link com.google.gwt.cell.client.NumberCell CurrencyCell} - a cell that displays a formatted number
{@link com.google.gwt.cell.client.SelectionCell SelectionCell} - a cell that displays a drop-down list
{@link com.google.gwt.cell.client.TextCell TextCell} - a cell that displays HTML text
{@link com.google.gwt.cell.client.TextInputCell TextInputCell} - a cell that provides text input
In addition to cells, this package provides the following interfaces: