Uses of Interface
com.google.gwt.cell.client.Cell
Packages that use 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
Classes in com.google.gwt.cell.client that implement CellModifier 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.Methods in com.google.gwt.cell.client that return CellConstructors in com.google.gwt.cell.client with parameters of type CellModifierConstructorDescriptionIconCellDecorator
(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
Methods in com.google.gwt.user.cellview.client that return CellModifier 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.Methods in com.google.gwt.user.cellview.client with parameters of type CellModifier and TypeMethodDescriptionprotected boolean
AbstractHasData.cellConsumesEventType
(Cell<?> cell, String eventType) Check if a cell consumes the specified event type.Constructors in com.google.gwt.user.cellview.client with parameters of type CellModifierConstructorDescriptionBrowserCellList
(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
Methods in com.google.gwt.view.client that return CellModifier and TypeMethodDescriptionTreeViewModel.DefaultNodeInfo.getCell()
TreeViewModel.NodeInfo.getCell()
Get theCell
used to render the children of this node.Constructors in com.google.gwt.view.client with parameters of type CellModifierConstructorDescriptionDefaultNodeInfo
(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
.