@CssResource.ImportedWithPrefix(value="gwt-EditorDecorator")
public interface DecoratorStyle
extends 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| Modifier and Type | Method and Description |
|---|---|
String |
contentContainerStyleBottom()
DecoratorStyle of the content container, when label is placed bottom.
|
String |
contentContainerStyleLeft()
DecoratorStyle of the content container, when label is placed left.
|
String |
contentContainerStyleRight()
DecoratorStyle of the content container, when label is placed right.
|
String |
contentContainerStyleTop()
DecoratorStyle of the content container, when label is placed top.
|
String |
errorInputStyle()
DecoratorStyle applied to input field, if check is not successful.
|
String |
errorLabelStyleBottom()
DecoratorStyle of the error label when it's placed on bottom.
|
String |
errorLabelStyleLeft()
DecoratorStyle of the error label when it's placed left.
|
String |
errorLabelStyleRight()
DecoratorStyle of the error label when it's placed right.
|
String |
errorLabelStyleTop()
DecoratorStyle of the error label when it's placed on top.
|
String |
validInputStyle()
DecoratorStyle applied to input field, if check is successful.
|
String contentContainerStyleLeft()
String contentContainerStyleRight()
String contentContainerStyleTop()
String contentContainerStyleBottom()
String errorLabelStyleLeft()
String errorLabelStyleRight()
String errorLabelStyleTop()
String errorLabelStyleBottom()
String validInputStyle()
String errorInputStyle()
Copyright © 2015–2016. All rights reserved.