Package com.opencloud.rem.client.ui
Interface CellTreeResources
- 
- All Superinterfaces:
- CellTree.Resources,- ClientBundle
 
 public interface CellTreeResources extends CellTree.Resources 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundleClientBundle.Source
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static CellTreeResourcesINSTANCE
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageResourcecellTreeClosedItem()An image indicating a closed branch.ImageResourcecellTreeOpenItem()An image indicating an open branch.CellTreeStylecellTreeStyle()- 
Methods inherited from interface com.google.gwt.user.cellview.client.CellTree.ResourcescellTreeLoading, cellTreeSelectedBackground
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final CellTreeResources INSTANCE 
 
- 
 - 
Method Detail- 
cellTreeClosedItem@Source("greybox_expand_16px.png") ImageResource cellTreeClosedItem() An image indicating a closed branch.- Specified by:
- cellTreeClosedItemin interface- CellTree.Resources
 
 - 
cellTreeOpenItem@Source("greybox_collapse_16px.png") ImageResource cellTreeOpenItem() An image indicating an open branch.- Specified by:
- cellTreeOpenItemin interface- CellTree.Resources
 
 - 
cellTreeStyle@Source("CellTree.css") CellTreeStyle cellTreeStyle() - Specified by:
- cellTreeStylein interface- CellTree.Resources
 
 
- 
 
-