Interface ScopeTreeResources
-
- All Superinterfaces:
com.google.gwt.user.cellview.client.CellTree.Resources,com.google.gwt.resources.client.ClientBundle
public interface ScopeTreeResources extends com.google.gwt.user.cellview.client.CellTree.Resources
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceScopeTreeResources.ScopeTreeStyle
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourcecellTreeSelectedBackgroundCustom()ScopeTreeResources.ScopeTreeStylecellTreeStyle()The styles used in this widget.
-
-
-
Method Detail
-
cellTreeStyle
@Source("uiScopeTree.css") ScopeTreeResources.ScopeTreeStyle cellTreeStyle()The styles used in this widget.- Specified by:
cellTreeStylein interfacecom.google.gwt.user.cellview.client.CellTree.Resources
-
cellTreeSelectedBackgroundCustom
@Source("cellTreeSelectedBackgroundCustom.png") com.google.gwt.resources.client.ImageResource cellTreeSelectedBackgroundCustom()
-
-