Interface CellTree.BasicResources
- All Superinterfaces:
CellTree.Resources
,ClientBundle
- Enclosing class:
CellTree
Resources that match the GWT standard style theme.
-
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 styles used in this widget.Methods inherited from interface com.google.gwt.user.cellview.client.CellTree.Resources
cellTreeSelectedBackground
-
Method Details
-
cellTreeClosedItem
Description copied from interface:CellTree.Resources
An image indicating a closed branch.- Specified by:
cellTreeClosedItem
in interfaceCellTree.Resources
-
cellTreeLoading
Description copied from interface:CellTree.Resources
An image indicating that a node is loading.- Specified by:
cellTreeLoading
in interfaceCellTree.Resources
-
cellTreeOpenItem
Description copied from interface:CellTree.Resources
An image indicating an open branch.- Specified by:
cellTreeOpenItem
in interfaceCellTree.Resources
-
cellTreeStyle
@Source("com/google/gwt/user/cellview/client/CellTreeBasic.css") CellTree.BasicStyle cellTreeStyle()The styles used in this widget.- Specified by:
cellTreeStyle
in interfaceCellTree.Resources
-