public static interface

CellList.Style

implements CssResource
com.google.gwt.user.cellview.client.CellList.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 cellListEvenItem()
Applied to even items.
abstract String cellListKeyboardSelectedItem()
Applied to the keyboard selected item.
abstract String cellListOddItem()
Applied to odd items.
abstract String cellListSelectedItem()
Applied to selected items.
abstract String cellListWidget()
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/CellList.css"

Public Methods

public abstract String cellListEvenItem ()

Applied to even items.

public abstract String cellListKeyboardSelectedItem ()

Applied to the keyboard selected item.

public abstract String cellListOddItem ()

Applied to odd items.

public abstract String cellListSelectedItem ()

Applied to selected items.

public abstract String cellListWidget ()

Applied to the widget.