| Constructor and Description |
|---|
LabelCell()
Construct a new
LabelCell with the default label type |
LabelCell(LabelType type)
Construct a new
LabelCell with the specified label type |
| Modifier and Type | Method and Description |
|---|---|
LabelType |
getType() |
void |
render(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.safehtml.shared.SafeHtml value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setType(LabelType type)
Set the label type for labels rendered by this cell.
|
public LabelCell()
LabelCell with the default label typepublic void setType(LabelType type)
type - public LabelType getType()
public void render(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.safehtml.shared.SafeHtml value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render in class com.google.gwt.cell.client.TextCellCopyright © 2016. All rights reserved.