Interface CellBrowser.Style
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
- Enclosing class:
CellBrowser
@ImportedWithPrefix("gwt-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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The path to the default CSS styles used by this resource. -
Method Summary
Modifier and TypeMethodDescriptionApplied to all columns.Applied to even list items.Applied to the first column.Applied to keyboard selected items.Applied to odd list items.Applied to open items.Applied to selected items.Applied to the widget.Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Field Details
-
DEFAULT_CSS
The path to the default CSS styles used by this resource.- See Also:
-
-
Method Details
-
cellBrowserColumn
String cellBrowserColumn()Applied to all columns. -
cellBrowserEvenItem
String cellBrowserEvenItem()Applied to even list items. -
cellBrowserFirstColumn
String cellBrowserFirstColumn()Applied to the first column. -
cellBrowserKeyboardSelectedItem
String cellBrowserKeyboardSelectedItem()Applied to keyboard selected items. -
cellBrowserOddItem
String cellBrowserOddItem()Applied to odd list items. -
cellBrowserOpenItem
String cellBrowserOpenItem()Applied to open items. -
cellBrowserSelectedItem
String cellBrowserSelectedItem()Applied to selected items. -
cellBrowserWidget
String cellBrowserWidget()Applied to the widget.
-