|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CellTree.Resources
A ClientBundle that provides images for this widget.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
---|
ClientBundle.Source |
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |