public class ValidationCellAppearance extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidationCellAppearance.Resources |
static interface |
ValidationCellAppearance.Style |
static interface |
ValidationCellAppearance.Template |
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.resources.client.ImageResource |
falseIcon |
String |
falseTitle |
com.google.gwt.resources.client.ImageResource |
trueIcon |
String |
trueTitle |
| Constructor and Description |
|---|
ValidationCellAppearance() |
ValidationCellAppearance(ValidationCellAppearance.Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb,
Boolean value) |
public com.google.gwt.resources.client.ImageResource trueIcon
public com.google.gwt.resources.client.ImageResource falseIcon
public String trueTitle
public String falseTitle
public ValidationCellAppearance()
public ValidationCellAppearance(ValidationCellAppearance.Resources resources)
public void render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb,
Boolean value)
Copyright © 2019. All Rights Reserved.