public static interface

CellBrowser.Style

implements CssResource
com.google.gwt.user.cellview.client.CellBrowser.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 cellBrowserColumn()
Applied to all columns.
abstract String cellBrowserEvenItem()
Applied to even list items.
abstract String cellBrowserFirstColumn()
Applied to the first column.
abstract String cellBrowserKeyboardSelectedItem()
Applied to keyboard selected items.
abstract String cellBrowserOddItem()
Applied to odd list items.
abstract String cellBrowserOpenItem()
Applied to open items.
abstract String cellBrowserSelectedItem()
Applied to selected items.
abstract String cellBrowserWidget()
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/CellBrowser.css"

Public Methods

public abstract String cellBrowserColumn ()

Applied to all columns.

public abstract String cellBrowserEvenItem ()

Applied to even list items.

public abstract String cellBrowserFirstColumn ()

Applied to the first column.

public abstract String cellBrowserKeyboardSelectedItem ()

Applied to keyboard selected items.

public abstract String cellBrowserOddItem ()

Applied to odd list items.

public abstract String cellBrowserOpenItem ()

Applied to open items.

public abstract String cellBrowserSelectedItem ()

Applied to selected items.

public abstract String cellBrowserWidget ()

Applied to the widget.