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

All Superinterfaces:
CssResource, ResourcePrototype
Enclosing class:
CellBrowser

public static interface CellBrowser.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 column()
          Applied to all columns.
 java.lang.String firstColumn()
          Applied to the first column.
 java.lang.String item()
          Applied to all list items.
 java.lang.String openItem()
          Applied to open 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

column

java.lang.String column()
Applied to all columns.


firstColumn

java.lang.String firstColumn()
Applied to the first column.


item

java.lang.String item()
Applied to all list items.


openItem

java.lang.String openItem()
Applied to open items.


selectedItem

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