Interface AbstractDecorator.Resources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
- All Known Subinterfaces:
AbstractDecoratorWithLabel.ResourcesLabel,UniversalDecoratorWithIcons.ExtendedResources
- Enclosing class:
- AbstractDecorator<T>
public static interface AbstractDecorator.Resources extends com.google.gwt.resources.client.ClientBundleA ClientBundle that provides images and decoratorStyle sheets for the decorator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecoratorStyledecoratorStyle()The styles used in this widget.
-
-
-
Method Detail
-
decoratorStyle
@Source("EditorDecorator.gss") DecoratorStyle decoratorStyle()The styles used in this widget.- Returns:
- decorator style
-
-