public static interface CellTree.Resources extends ClientBundle
ClientBundle.Source
Modifier and Type | Method and Description |
---|---|
ImageResource |
cellTreeClosedItem()
An image indicating a closed branch.
|
ImageResource |
cellTreeLoading()
An image indicating that a node is loading.
|
ImageResource |
cellTreeOpenItem()
An image indicating an open branch.
|
ImageResource |
cellTreeSelectedBackground()
The background used for selected items.
|
CellTree.Style |
cellTreeStyle()
The styles used in this widget.
|
@ImageResource.ImageOptions(flipRtl=true) @ClientBundle.Source(value="cellTreeClosedArrow.png") ImageResource cellTreeClosedItem()
@ImageResource.ImageOptions(flipRtl=true) ImageResource cellTreeLoading()
@ImageResource.ImageOptions(flipRtl=true) @ClientBundle.Source(value="cellTreeOpenArrow.png") ImageResource cellTreeOpenItem()
@ImageResource.ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource cellTreeSelectedBackground()
@ClientBundle.Source(value="com/google/gwt/user/cellview/client/CellTree.css") CellTree.Style cellTreeStyle()