Package com.google.gwt.cell.client
Interface ButtonCellBase.DefaultAppearance.Resources
-
- All Superinterfaces:
ClientBundle
- Enclosing class:
- ButtonCellBase.DefaultAppearance<C>
public static interface ButtonCellBase.DefaultAppearance.Resources extends ClientBundle
The resources used by this appearance.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageResource
buttonCellBaseBackground()
The background image applied to the button.ButtonCellBase.DefaultAppearance.Style
buttonCellBaseStyle()
-
-
-
Method Detail
-
buttonCellBaseBackground
@ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource buttonCellBaseBackground()
The background image applied to the button.
-
buttonCellBaseStyle
@Source("com/google/gwt/cell/client/ButtonCellBase.css") ButtonCellBase.DefaultAppearance.Style buttonCellBaseStyle()
-
-