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

All Superinterfaces:
CellTree.Style, CssResource, ResourcePrototype
Enclosing class:
CellTree

public static interface CellTree.CleanStyle
extends CellTree.Style

A cleaner version of the table that uses less graphics.


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 topItem()
          Applied to top level items.
 java.lang.String topItemImageValue()
          Applied to the wrapper around the image and value of top level items.
 
Methods inherited from interface com.google.gwt.user.cellview.client.CellTree.Style
emptyMessage, item, itemImage, itemImageValue, itemValue, openItem, selectedItem, showMoreButton, topItemImage
 
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

topItem

java.lang.String topItem()
Description copied from interface: CellTree.Style
Applied to top level items.

Specified by:
topItem in interface CellTree.Style

topItemImageValue

java.lang.String topItemImageValue()
Description copied from interface: CellTree.Style
Applied to the wrapper around the image and value of top level items.

Specified by:
topItemImageValue in interface CellTree.Style