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.
|
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. |
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