Interface CellList.Style
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
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 even items.Applied to the keyboard selected item.Applied to odd 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
-
cellListEvenItem
String cellListEvenItem()Applied to even items. -
cellListKeyboardSelectedItem
String cellListKeyboardSelectedItem()Applied to the keyboard selected item. -
cellListOddItem
String cellListOddItem()Applied to odd items. -
cellListSelectedItem
String cellListSelectedItem()Applied to selected items. -
cellListWidget
String cellListWidget()Applied to the widget.
-