Uses of Interface
com.google.gwt.cell.client.Cell
Package
Description
The "cellview" widget set.
Classes and interfaces used by the
cellview
widget set.-
Uses of Cell in com.google.gwt.cell.client
Modifier and TypeClassDescriptionclass
AbstractCell<C>
A default implementation of theCell
interface.class
AbstractEditableCell<C,
V> A default implementation of theCell
interface used for editable cells that need to save view data state for specific values.class
AbstractInputCell<C,
V> AnAbstractCell
used to render input elements that can receive focus.class
A superclass forCell
s that render or escape a String argument as HTML.class
ActionCell<C>
A cell that renders a button and takes a delegate to perform actions on mouseUp.class
ACell
used to render a button.class
Base class for button Cells.class
ACell
used to render a checkbox.class
ACell
used to render text.class
class
class
class
An editable text cell.class
class
AnAbstractCell
used to render an image.class
AnAbstractCell
used to render an image.class
AnAbstractCell
used to render anImageResource
.class
ACell
used to render formatted numbers.class
ACell
used to render safe HTML markup.class
AnAbstractCell
used to render an image by using aSafeUri
.class
ACell
used to render a drop-down list.class
TextButtonCell
is a simple button with text content.class
ACell
used to render text.class
AnAbstractCell
used to render a text input.ModifierConstructorDescriptionIconCellDecorator
(ImageResource icon, Cell<C> cell) Construct a newIconCellDecorator
.IconCellDecorator
(ImageResource icon, Cell<C> cell, HasVerticalAlignment.VerticalAlignmentConstant valign, int spacing) Construct a newIconCellDecorator
. -
Uses of Cell in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionCellList.getCell()
Return the cell used to render each item.CellWidget.getCell()
Get theCell
wrapped by this widget.Column.getCell()
Returns theCell
responsible for rendering items in the column.Header.getCell()
Return theCell
responsible for rendering items in the header.Modifier and TypeMethodDescriptionprotected boolean
AbstractHasData.cellConsumesEventType
(Cell<?> cell, String eventType) Check if a cell consumes the specified event type.ModifierConstructorDescriptionBrowserCellList
(Cell<T> cell, int level, ProvidesKey<T> keyProvider) Construct a newCellList
.CellList
(Cell<T> cell, CellList.Resources resources) Construct a newCellList
with the specifiedCellList.Resources
.CellList
(Cell<T> cell, CellList.Resources resources, ProvidesKey<T> keyProvider) CellList
(Cell<T> cell, ProvidesKey<T> keyProvider) Construct a newCellList
with the specifiedkey provider
.CellWidget
(Cell<C> cell) Construct a newCellWidget
with the specified cell and an initial value ofnull
.CellWidget
(Cell<C> cell, C initialValue) Construct a newCellWidget
with the specified cell and initial value.CellWidget
(Cell<C> cell, ProvidesKey<C> keyProvider) Construct a newCellWidget
with the specified cell and key provider, and an initial value ofnull
.CellWidget
(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider) Construct a newCellWidget
with the specified cell, initial value, and key provider.protected
CellWidget
(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider, Element elem) Creates aCellWidget
with the specified cell, initial value, key provider, using the specified element as the wrapper around the cell.Construct a new Column with a givenCell
.Construct a Header with a givenCell
.IdentityColumn
(Cell<T> cell) Construct a new IdentityColumn with a givenCell
. -
Uses of Cell in com.google.gwt.view.client
Modifier and TypeMethodDescriptionTreeViewModel.DefaultNodeInfo.getCell()
TreeViewModel.NodeInfo.getCell()
Get theCell
used to render the children of this node.ModifierConstructorDescriptionDefaultNodeInfo
(AbstractDataProvider<T> dataProvider, Cell<T> cell) Construct a newTreeViewModel.DefaultNodeInfo
.DefaultNodeInfo
(AbstractDataProvider<T> dataProvider, Cell<T> cell, SelectionModel<? super T> selectionModel, ValueUpdater<T> valueUpdater) Construct a newTreeViewModel.DefaultNodeInfo
.DefaultNodeInfo
(AbstractDataProvider<T> dataProvider, Cell<T> cell, SelectionModel<? super T> selectionModel, CellPreviewEvent.Handler<T> selectionEventManager, ValueUpdater<T> valueUpdater) Construct a newTreeViewModel.DefaultNodeInfo
.