Interface CellBrowser.Resources
-
- All Superinterfaces:
ClientBundle
- Enclosing class:
- CellBrowser
public static interface CellBrowser.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
cellBrowserClosed()
An image indicating a closed branch.ImageResource
cellBrowserOpen()
An image indicating an open branch.ImageResource
cellBrowserOpenBackground()
The background used for open items.ImageResource
cellBrowserSelectedBackground()
The background used for selected items.CellBrowser.Style
cellBrowserStyle()
The styles used in this widget.
-
-
-
Method Detail
-
cellBrowserClosed
@ImageOptions(flipRtl=true) ImageResource cellBrowserClosed()
An image indicating a closed branch.
-
cellBrowserOpen
@ImageOptions(flipRtl=true) ImageResource cellBrowserOpen()
An image indicating an open branch.
-
cellBrowserOpenBackground
@ImageOptions(repeatStyle=Both, flipRtl=true) ImageResource cellBrowserOpenBackground()
The background used for open items.
-
cellBrowserSelectedBackground
@Source("cellTreeSelectedBackground.png") @ImageOptions(repeatStyle=Both, flipRtl=true) ImageResource cellBrowserSelectedBackground()
The background used for selected items.
-
cellBrowserStyle
@Source("com/google/gwt/user/cellview/client/CellBrowser.css") CellBrowser.Style cellBrowserStyle()
The styles used in this widget.
-
-