public abstract class Css3ValueBaseFieldAppearance extends Object implements com.sencha.gxt.cell.core.client.form.ValueBaseInputCell.ValueBaseFieldAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3ValueBaseFieldAppearance.Css3ValueBaseFieldResources |
static interface |
Css3ValueBaseFieldAppearance.Css3ValueBaseFieldStyle |
| Constructor and Description |
|---|
Css3ValueBaseFieldAppearance(Css3ValueBaseFieldAppearance.Css3ValueBaseFieldResources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEmpty(com.google.gwt.dom.client.Element parent,
boolean empty) |
void |
onFocus(com.google.gwt.dom.client.Element parent,
boolean focus) |
void |
onValid(com.google.gwt.dom.client.Element parent,
boolean valid) |
void |
setReadOnly(com.google.gwt.dom.client.Element parent,
boolean readOnly) |
public Css3ValueBaseFieldAppearance(Css3ValueBaseFieldAppearance.Css3ValueBaseFieldResources resources)
public void onEmpty(com.google.gwt.dom.client.Element parent,
boolean empty)
onEmpty in interface com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearancepublic void onFocus(com.google.gwt.dom.client.Element parent,
boolean focus)
onFocus in interface com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearancepublic void onValid(com.google.gwt.dom.client.Element parent,
boolean valid)
onValid in interface com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearancepublic void setReadOnly(com.google.gwt.dom.client.Element parent,
boolean readOnly)
setReadOnly in interface com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearanceCopyright © 2021. All Rights Reserved.