com.google.gwt.user.cellview.client
Interface CellList.Style

All Superinterfaces:
CssResource, ResourcePrototype
Enclosing class:
CellList<T>

public static interface CellList.Style
extends CssResource

Styles used by this widget.


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 evenItem()
          Applied to even items.
 java.lang.String oddItem()
          Applied to odd items.
 java.lang.String selectedItem()
          Applied to selected items.
 
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

evenItem

java.lang.String evenItem()
Applied to even items.


oddItem

java.lang.String oddItem()
Applied to odd items.


selectedItem

java.lang.String selectedItem()
Applied to selected items.