Uses of Interface
com.google.gwt.cell.client.Cell
-
Packages that use Cell Package Description com.google.gwt.cell.client com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.view.client Classes and interfaces used by thecellviewwidget set. -
-
Uses of Cell in com.google.gwt.cell.client
Classes in com.google.gwt.cell.client that implement Cell Modifier and Type Class Description classAbstractCell<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.classAbstractSafeHtmlCell<C>A 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.classButtonCellACellused to render a button.classButtonCellBase<C>Base class for button Cells.classCheckboxCellACellused to render a checkbox.classClickableTextCellACellused to render text.classCompositeCell<C>classDateCellACellused to renderDates.classDatePickerCellACellused to render and editDates.classEditTextCellAn editable text cell.classIconCellDecorator<C>classImageCellAnAbstractCellused to render an image.classImageLoadingCellAnAbstractCellused to render an image.classImageResourceCellAnAbstractCellused to render anImageResource.classNumberCellACellused to render formatted numbers.classSafeHtmlCellACellused to render safe HTML markup.classSafeImageCellAnAbstractCellused to render an image by using aSafeUri.classSelectionCellACellused to render a drop-down list.classTextButtonCellTextButtonCellis a simple button with text content.classTextCellACellused to render text.classTextInputCellAnAbstractCellused to render a text input.Methods in com.google.gwt.cell.client that return Cell Modifier and Type Method Description Cell<C>HasCell. getCell()Returns theCellof type C.Constructors in com.google.gwt.cell.client with parameters of type Cell Constructor Description IconCellDecorator(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 Cell Modifier and Type Method Description protected Cell<T>CellList. getCell()Return the cell used to render each item.Cell<C>CellWidget. getCell()Get theCellwrapped by this widget.Cell<C>Column. getCell()Returns theCellresponsible for rendering items in the column.Cell<H>Header. getCell()Return theCellresponsible for rendering items in the header.Methods in com.google.gwt.user.cellview.client with parameters of type Cell Modifier and Type Method Description protected booleanAbstractHasData. cellConsumesEventType(Cell<?> cell, java.lang.String eventType)Check if a cell consumes the specified event type.Constructors in com.google.gwt.user.cellview.client with parameters of type Cell Constructor Description BrowserCellList(Cell<T> cell, int level, ProvidesKey<T> keyProvider)CellList(Cell<T> cell)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.CellWidget(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.Column(Cell<C> cell)Construct a new Column with a givenCell.Header(Cell<H> cell)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 Cell Modifier and Type Method Description Cell<T>TreeViewModel.DefaultNodeInfo. getCell()Cell<T>TreeViewModel.NodeInfo. getCell()Get theCellused to render the children of this node.Constructors in com.google.gwt.view.client with parameters of type Cell Constructor Description DefaultNodeInfo(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.
-