Interface AbstractDecoratorWithLabel.ResourcesLabel
-
- All Superinterfaces:
AbstractDecorator.Resources,com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- AbstractDecoratorWithLabel<T>
public static interface AbstractDecoratorWithLabel.ResourcesLabel extends AbstractDecorator.Resources
A ClientBundle that provides images and decoratorStyle sheets for the decorator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecoratorStyleWithLabeldecoratorStyle()The styles used in this widget.
-
-
-
Method Detail
-
decoratorStyle
@Source("EditorWithLabelDecorator.gss") DecoratorStyleWithLabel decoratorStyle()The styles used in this widget.- Specified by:
decoratorStylein interfaceAbstractDecorator.Resources- Returns:
- decorator style
-
-