Interface CellTree.Style

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
All Known Subinterfaces:
CellTree.BasicStyle
Enclosing class:
CellTree

@ImportedWithPrefix("gwt-CellTree") public static interface CellTree.Style extends CssResource
Styles used by this widget.
  • Field Details

    • DEFAULT_CSS

      static final String 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.