com.google.gwt.user.cellview.client
Interface CellTree.Style

All Superinterfaces:
CssResource, ResourcePrototype
All Known Subinterfaces:
CellTree.CleanStyle
Enclosing class:
CellTree

public static interface CellTree.Style
extends CssResource

Styles used by this widget.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
 
Method Summary
 java.lang.String emptyMessage()
          Applied to the empty message.
 java.lang.String item()
          Applied to tree items.
 java.lang.String itemImage()
          Applied to open/close icon.
 java.lang.String itemImageValue()
          Applied to the wrapper around the image and value.
 java.lang.String itemValue()
          Applied to the value in an item.
 java.lang.String openItem()
          Applied to open tree items.
 java.lang.String selectedItem()
          Applied to selected tree items.
 java.lang.String showMoreButton()
          Applied to the show more button.
 java.lang.String topItem()
          Applied to top level items.
 java.lang.String topItemImage()
          Applied to open/close icon at the top level.
 java.lang.String topItemImageValue()
          Applied to the wrapper around the image and value of top level items.
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

emptyMessage

java.lang.String emptyMessage()
Applied to the empty message.


item

java.lang.String item()
Applied to tree items.


itemImage

java.lang.String itemImage()
Applied to open/close icon.


itemImageValue

java.lang.String itemImageValue()
Applied to the wrapper around the image and value.


itemValue

java.lang.String itemValue()
Applied to the value in an item.


openItem

java.lang.String openItem()
Applied to open tree items.


selectedItem

java.lang.String selectedItem()
Applied to selected tree items.


showMoreButton

java.lang.String showMoreButton()
Applied to the show more button.


topItem

java.lang.String topItem()
Applied to top level items.


topItemImage

java.lang.String topItemImage()
Applied to open/close icon at the top level.


topItemImageValue

java.lang.String topItemImageValue()
Applied to the wrapper around the image and value of top level items.