Interface SelectBoxWithIconInputWidget.Resources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- SelectBoxWithIconInputWidget<T extends Comparable<T>>
public static interface SelectBoxWithIconInputWidget.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 SelectBoxInputStyleselectBoxInputStyle()The styles used in this widget.
-
-
-
Method Detail
-
selectBoxInputStyle
@Source("styling/SelectBoxInputStyle.gss") SelectBoxInputStyle selectBoxInputStyle()The styles used in this widget.- Returns:
- decorator style
-
-