Interface CellTree.Resources
- All Superinterfaces:
ClientBundle
- All Known Subinterfaces:
CellTree.BasicResources
- Enclosing class:
CellTree
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 that a node is loading.An image indicating an open branch.The background used for selected items.The styles used in this widget.
-
Method Details
-
cellTreeClosedItem
An image indicating a closed branch. -
cellTreeLoading
An image indicating that a node is loading. -
cellTreeOpenItem
An image indicating an open branch. -
cellTreeSelectedBackground
The background used for selected items. -
cellTreeStyle
The styles used in this widget.
-