com.google.gwt.widgetideas.client
Interface FastTree.DefaultResources

All Superinterfaces:
ImmutableResourceBundle
Enclosing class:
FastTree

public static interface FastTree.DefaultResources
extends ImmutableResourceBundle

Resources used.


Method Summary
 TextResource css()
          The css file.
 TextResource cssRTL()
          The rtl css file.
 DataResource selectionBar()
          The gif used to highlight selection.
 DataResource treeClosed()
          "+" gif.
 DataResource treeOpen()
          "-" gif.
 
Methods inherited from interface com.google.gwt.libideas.resources.client.ImmutableResourceBundle
getResource, getResources
 

Method Detail

css

TextResource css()
The css file.


cssRTL

TextResource cssRTL()
The rtl css file.


selectionBar

DataResource selectionBar()
The gif used to highlight selection.


treeClosed

DataResource treeClosed()
"+" gif.


treeOpen

DataResource treeOpen()
"-" gif.