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 TypeClassDescriptionclassAbstractCell<C>A default implementation of theCellinterface.classAbstractEditableCell<C,V> A default implementation of theCellinterface used for editable cells that need to save view data state for specific values.classAbstractInputCell<C,V> AnAbstractCellused to render input elements that can receive focus.classA superclass forCells that render or escape a String argument as HTML.classActionCell<C>A cell that renders a button and takes a delegate to perform actions on mouseUp.classACellused to render a button.classBase class for button Cells.classACellused to render a checkbox.classACellused to render text.classclassclassclassAn editable text cell.classclassAnAbstractCellused to render an image.classAnAbstractCellused to render an image.classAnAbstractCellused to render anImageResource.classACellused to render formatted numbers.classACellused to render safe HTML markup.classAnAbstractCellused to render an image by using aSafeUri.classACellused to render a drop-down list.classTextButtonCellis a simple button with text content.classACellused to render text.classAnAbstractCellused 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 theCellwrapped by this widget.Column.getCell()Returns theCellresponsible for rendering items in the column.Header.getCell()Return theCellresponsible for rendering items in the header.Methods in com.google.gwt.user.cellview.client with parameters of type CellModifier and TypeMethodDescriptionprotected booleanAbstractHasData.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 newCellListwith the specifiedCellList.Resources.CellList(Cell<T> cell, CellList.Resources resources, ProvidesKey<T> keyProvider) CellList(Cell<T> cell, ProvidesKey<T> keyProvider) Construct a newCellListwith the specifiedkey provider.CellWidget(Cell<C> cell) Construct a newCellWidgetwith the specified cell and an initial value ofnull.CellWidget(Cell<C> cell, C initialValue) Construct a newCellWidgetwith the specified cell and initial value.CellWidget(Cell<C> cell, ProvidesKey<C> keyProvider) Construct a newCellWidgetwith the specified cell and key provider, and an initial value ofnull.CellWidget(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider) Construct a newCellWidgetwith the specified cell, initial value, and key provider.protectedCellWidget(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider, Element elem) Creates aCellWidgetwith 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 theCellused 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.