Interface CellBrowser.Resources
- All Superinterfaces:
ClientBundle
- Enclosing class:
CellBrowser
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
Modifier and TypeMethodDescriptionAn image indicating a closed branch.An image indicating an open branch.The background used for open items.The background used for selected items.The styles used in this widget.
-
Method Details
-
cellBrowserClosed
An image indicating a closed branch. -
cellBrowserOpen
An image indicating an open branch. -
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
The styles used in this widget.
-