Interface DecoratorStyle
-
- All Superinterfaces:
com.google.gwt.resources.client.CssResource,com.google.gwt.resources.client.CssResourceBase,com.google.gwt.resources.client.ResourcePrototype
- All Known Subinterfaces:
DecoratorStyleWithLabel
@ImportedWithPrefix("gwt-EditorDecorator") public interface DecoratorStyle extends com.google.gwt.resources.client.CssResourceStyles used by this widget.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcontentContainerStyleBottom()DecoratorStyle of the content container, when label is placed bottom.StringcontentContainerStyleLeft()DecoratorStyle of the content container, when label is placed left.StringcontentContainerStyleRight()DecoratorStyle of the content container, when label is placed right.StringcontentContainerStyleTop()DecoratorStyle of the content container, when label is placed top.StringerrorInputStyle()DecoratorStyle applied to input field, if check is not successful.StringerrorLabelStyleBottom()DecoratorStyle of the error label when it's placed on bottom.StringerrorLabelStyleLeft()DecoratorStyle of the error label when it's placed left.StringerrorLabelStyleRight()DecoratorStyle of the error label when it's placed right.StringerrorLabelStyleTop()DecoratorStyle of the error label when it's placed on top.StringvalidInputStyle()DecoratorStyle applied to input field, if check is successful.
-
-
-
Method Detail
-
contentContainerStyleLeft
String contentContainerStyleLeft()
DecoratorStyle of the content container, when label is placed left.- Returns:
- decoratorStyle entry
-
contentContainerStyleRight
String contentContainerStyleRight()
DecoratorStyle of the content container, when label is placed right.- Returns:
- decoratorStyle entry
-
contentContainerStyleTop
String contentContainerStyleTop()
DecoratorStyle of the content container, when label is placed top.- Returns:
- decoratorStyle entry
-
contentContainerStyleBottom
String contentContainerStyleBottom()
DecoratorStyle of the content container, when label is placed bottom.- Returns:
- decoratorStyle entry
-
errorLabelStyleLeft
String errorLabelStyleLeft()
DecoratorStyle of the error label when it's placed left.- Returns:
- errorLabelStyle entry
-
errorLabelStyleRight
String errorLabelStyleRight()
DecoratorStyle of the error label when it's placed right.- Returns:
- errorLabelStyle entry
-
errorLabelStyleTop
String errorLabelStyleTop()
DecoratorStyle of the error label when it's placed on top.- Returns:
- errorLabelStyle entry
-
errorLabelStyleBottom
String errorLabelStyleBottom()
DecoratorStyle of the error label when it's placed on bottom.- Returns:
- errorLabelStyle entry
-
validInputStyle
String validInputStyle()
DecoratorStyle applied to input field, if check is successful.- Returns:
- validInputStyle entry
-
errorInputStyle
String errorInputStyle()
DecoratorStyle applied to input field, if check is not successful.- Returns:
- errorInputStyle entry
-
-