Interface CellTree.Style
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
- All Known Subinterfaces:
CellTree.BasicStyle
- Enclosing class:
CellTree
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 the empty message.Applied to tree items.Applied to open/close icon.Applied to the wrapper around the image and value.Applied to the value in an item.Applied to the keyboard selected item.Applied to open tree items.Applied to selected tree items.Applied to the show more button.Applied to top level items.Applied to open/close icon at the top level.Applied to the wrapper around the image and value of top level 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
-
cellTreeEmptyMessage
String cellTreeEmptyMessage()Applied to the empty message. -
cellTreeItem
String cellTreeItem()Applied to tree items. -
cellTreeItemImage
String cellTreeItemImage()Applied to open/close icon. -
cellTreeItemImageValue
String cellTreeItemImageValue()Applied to the wrapper around the image and value. -
cellTreeItemValue
String cellTreeItemValue()Applied to the value in an item. -
cellTreeKeyboardSelectedItem
String cellTreeKeyboardSelectedItem()Applied to the keyboard selected item. -
cellTreeOpenItem
String cellTreeOpenItem()Applied to open tree items. -
cellTreeSelectedItem
String cellTreeSelectedItem()Applied to selected tree items. -
cellTreeShowMoreButton
String cellTreeShowMoreButton()Applied to the show more button. -
cellTreeTopItem
String cellTreeTopItem()Applied to top level items. -
cellTreeTopItemImage
String cellTreeTopItemImage()Applied to open/close icon at the top level. -
cellTreeTopItemImageValue
String cellTreeTopItemImageValue()Applied to the wrapper around the image and value of top level items. -
cellTreeWidget
String cellTreeWidget()Applied to the widget.
-