Interface RatingInputWidget.Resources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- RatingInputWidget
public static interface RatingInputWidget.Resources extends com.google.gwt.resources.client.ClientBundleA ClientBundle that provides images and style sheets for the decorator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RatingInputStyleratingInputStyle()The styles used in this widget.
-
-
-
Method Detail
-
ratingInputStyle
@Source("styling/RatingInputStyle.gss") RatingInputStyle ratingInputStyle()The styles used in this widget.- Returns:
- decorator style
-
-