Interface CellTree.BasicResources
-
- All Superinterfaces:
CellTree.Resources,ClientBundle
- Enclosing class:
- CellTree
public static interface CellTree.BasicResources extends CellTree.Resources
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageResourcecellTreeClosedItem()An image indicating a closed branch.ImageResourcecellTreeLoading()An image indicating that a node is loading.ImageResourcecellTreeOpenItem()An image indicating an open branch.CellTree.BasicStylecellTreeStyle()The styles used in this widget.-
Methods inherited from interface com.google.gwt.user.cellview.client.CellTree.Resources
cellTreeSelectedBackground
-
-
-
-
Method Detail
-
cellTreeClosedItem
@ImageOptions(flipRtl=true) ImageResource cellTreeClosedItem()
Description copied from interface:CellTree.ResourcesAn image indicating a closed branch.- Specified by:
cellTreeClosedItemin interfaceCellTree.Resources
-
cellTreeLoading
@ImageOptions(flipRtl=true) @Source("cellTreeLoadingBasic.gif") ImageResource cellTreeLoading()
Description copied from interface:CellTree.ResourcesAn image indicating that a node is loading.- Specified by:
cellTreeLoadingin interfaceCellTree.Resources
-
cellTreeOpenItem
@ImageOptions(flipRtl=true) ImageResource cellTreeOpenItem()
Description copied from interface:CellTree.ResourcesAn image indicating an open branch.- Specified by:
cellTreeOpenItemin interfaceCellTree.Resources
-
cellTreeStyle
@Source("com/google/gwt/user/cellview/client/CellTreeBasic.css") CellTree.BasicStyle cellTreeStyle()
The styles used in this widget.- Specified by:
cellTreeStylein interfaceCellTree.Resources
-
-