public static interface

CellTree.Style

implements CssResource
com.google.gwt.user.cellview.client.CellTree.Style

Class Overview

Styles used by this widget.

Summary

Constants
String DEFAULT_CSS The path to the default CSS styles used by this resource.
Public Methods
abstract String cellTreeEmptyMessage()
Applied to the empty message.
abstract String cellTreeItem()
Applied to tree items.
abstract String cellTreeItemImage()
Applied to open/close icon.
abstract String cellTreeItemImageValue()
Applied to the wrapper around the image and value.
abstract String cellTreeItemValue()
Applied to the value in an item.
abstract String cellTreeKeyboardSelectedItem()
Applied to the keyboard selected item.
abstract String cellTreeOpenItem()
Applied to open tree items.
abstract String cellTreeSelectedItem()
Applied to selected tree items.
abstract String cellTreeShowMoreButton()
Applied to the show more button.
abstract String cellTreeTopItem()
Applied to top level items.
abstract String cellTreeTopItemImage()
Applied to open/close icon at the top level.
abstract String cellTreeTopItemImageValue()
Applied to the wrapper around the image and value of top level items.
abstract String cellTreeWidget()
Applied to the widget.
[Expand]
Inherited Methods
From interface com.google.gwt.resources.client.CssResource
From interface com.google.gwt.resources.client.ResourcePrototype

Constants

public static final String DEFAULT_CSS

The path to the default CSS styles used by this resource.

Constant Value: "com/google/gwt/user/cellview/client/CellTree.css"

Public Methods

public abstract String cellTreeEmptyMessage ()

Applied to the empty message.

public abstract String cellTreeItem ()

Applied to tree items.

public abstract String cellTreeItemImage ()

Applied to open/close icon.

public abstract String cellTreeItemImageValue ()

Applied to the wrapper around the image and value.

public abstract String cellTreeItemValue ()

Applied to the value in an item.

public abstract String cellTreeKeyboardSelectedItem ()

Applied to the keyboard selected item.

public abstract String cellTreeOpenItem ()

Applied to open tree items.

public abstract String cellTreeSelectedItem ()

Applied to selected tree items.

public abstract String cellTreeShowMoreButton ()

Applied to the show more button.

public abstract String cellTreeTopItem ()

Applied to top level items.

public abstract String cellTreeTopItemImage ()

Applied to open/close icon at the top level.

public abstract String cellTreeTopItemImageValue ()

Applied to the wrapper around the image and value of top level items.

public abstract String cellTreeWidget ()

Applied to the widget.