Interface CellList.Resources
-
- All Superinterfaces:
ClientBundle
public static interface CellList.Resources extends ClientBundle
A ClientBundle that provides images for this widget.
-
-
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
cellListSelectedBackground()
The background used for selected items.CellList.Style
cellListStyle()
The styles used in this widget.
-
-
-
Method Detail
-
cellListSelectedBackground
@ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource cellListSelectedBackground()
The background used for selected items.
-
cellListStyle
@Source("com/google/gwt/user/cellview/client/CellList.css") CellList.Style cellListStyle()
The styles used in this widget.
-
-