Uses of Interface
com.google.gwt.cell.client.HasCell
Package
Description
The "cellview" widget set.
-
Uses of HasCell in com.google.gwt.cell.client
Modifier and TypeMethodDescriptionCompositeCell.getHasCells()
Returns the readonly list ofHasCell
's that make up this composite.Modifier and TypeMethodDescriptionprotected <X> void
CompositeCell.render
(Cell.Context context, C value, SafeHtmlBuilder sb, HasCell<C, X> hasCell) Render the composite cell as HTML into aSafeHtmlBuilder
, suitable for passing toElement.setInnerHTML(java.lang.String)
on a container element.ModifierConstructorDescriptionCompositeCell
(List<HasCell<C, ?>> hasCells) Construct a newCompositeCell
. -
Uses of HasCell in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
Column<T,
C> A representation of a column in a table.class
A passthrough column, useful for giving cells access to the entire row object.class
TextColumn<T>
A column that displays its contents with aTextCell
and does not make use of view data.Modifier and TypeMethodDescriptionAbstractCellTableBuilder.getColumn
(Cell.Context context, T rowValue, Element elem) Return the column containing an element.CellTableBuilder.getColumn
(Cell.Context context, T rowValue, Element elem) Return the column containing an element.Modifier and TypeMethodDescriptionfinal Collection
<HasCell<T, ?>> AbstractCellTableBuilder.getColumns()
Return all the columns that this table builder has renderred.Collection
<HasCell<T, ?>> CellTableBuilder.getColumns()
Return all the columns that this table builder has rendered.Modifier and TypeMethodDescriptionfinal <C> void
AbstractCellTableBuilder.renderCell
(ElementBuilderBase<?> builder, Cell.Context context, HasCell<T, C> column, T rowValue) Render the cell into anElementBuilderBase
.