|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasCell | |
|---|---|
| com.google.gwt.cell.client | Standard Cell subclasses used by the
cellview widgets. |
| com.google.gwt.user.cellview.client | The "cellview" widget set. |
| Uses of HasCell in com.google.gwt.cell.client |
|---|
| Methods in com.google.gwt.cell.client with parameters of type HasCell | ||
|---|---|---|
protected
|
CompositeCell.render(Cell.Context context,
C value,
SafeHtmlBuilder sb,
HasCell<C,X> hasCell)
Render the composite cell as HTML into a SafeHtmlBuilder, suitable
for passing to Element.setInnerHTML(java.lang.String) on a container element. |
|
| Constructor parameters in com.google.gwt.cell.client with type arguments of type HasCell | |
|---|---|
CompositeCell(java.util.List<HasCell<C,?>> hasCells)
Construct a new CompositeCell. |
|
| Uses of HasCell in com.google.gwt.user.cellview.client |
|---|
| Classes in com.google.gwt.user.cellview.client that implement HasCell | |
|---|---|
class |
Column<T,C>
A representation of a column in a table. |
class |
IdentityColumn<T>
A passthrough column, useful for giving cells access to the entire row object. |
class |
TextColumn<T>
A column that displays its contents with a TextCell and does not make
use of view data. |
|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||