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.ClientBundle
ClientBundle.Source
-
-
Field Summary
Fields Modifier and Type Field Description static CellTreeResources
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageResource
cellTreeClosedItem()
An image indicating a closed branch.ImageResource
cellTreeOpenItem()
An image indicating an open branch.CellTreeStyle
cellTreeStyle()
-
Methods inherited from interface com.google.gwt.user.cellview.client.CellTree.Resources
cellTreeLoading, cellTreeSelectedBackground
-
-
-
-
Field Detail
-
INSTANCE
static final CellTreeResources INSTANCE
-
-
Method Detail
-
cellTreeClosedItem
@Source("greybox_expand_16px.png") ImageResource cellTreeClosedItem()
An image indicating a closed branch.- Specified by:
cellTreeClosedItem
in interfaceCellTree.Resources
-
cellTreeOpenItem
@Source("greybox_collapse_16px.png") ImageResource cellTreeOpenItem()
An image indicating an open branch.- Specified by:
cellTreeOpenItem
in interfaceCellTree.Resources
-
cellTreeStyle
@Source("CellTree.css") CellTreeStyle cellTreeStyle()
- Specified by:
cellTreeStyle
in interfaceCellTree.Resources
-
-