Interface TextAreaDefaultAppearance.TextAreaResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
,ValueBaseFieldDefaultAppearance.ValueBaseFieldResources
- Enclosing class:
- TextAreaDefaultAppearance
public static interface TextAreaDefaultAppearance.TextAreaResources extends ValueBaseFieldDefaultAppearance.ValueBaseFieldResources, com.google.gwt.resources.client.ClientBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextAreaDefaultAppearance.TextAreaStyle
css()
com.google.gwt.resources.client.ImageResource
textBackground()
-
Methods inherited from interface com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance.ValueBaseFieldResources
invalidLine
-
-
-
-
Method Detail
-
css
@Source({"ValueBaseField.gss","TextField.gss","TextArea.gss"}) TextAreaDefaultAppearance.TextAreaStyle css()
- Specified by:
css
in interfaceValueBaseFieldDefaultAppearance.ValueBaseFieldResources
-
textBackground
@ImageOptions(repeatStyle=Horizontal) com.google.gwt.resources.client.ImageResource textBackground()
-
-