Interface CellTree.Style

    • Field Detail

      • DEFAULT_CSS

        static final java.lang.String DEFAULT_CSS
        The path to the default CSS styles used by this resource.
        See Also:
        Constant Field Values
    • Method Detail

      • cellTreeEmptyMessage

        java.lang.String cellTreeEmptyMessage()
        Applied to the empty message.
      • cellTreeItem

        java.lang.String cellTreeItem()
        Applied to tree items.
      • cellTreeItemImage

        java.lang.String cellTreeItemImage()
        Applied to open/close icon.
      • cellTreeItemImageValue

        java.lang.String cellTreeItemImageValue()
        Applied to the wrapper around the image and value.
      • cellTreeItemValue

        java.lang.String cellTreeItemValue()
        Applied to the value in an item.
      • cellTreeKeyboardSelectedItem

        java.lang.String cellTreeKeyboardSelectedItem()
        Applied to the keyboard selected item.
      • cellTreeOpenItem

        java.lang.String cellTreeOpenItem()
        Applied to open tree items.
      • cellTreeSelectedItem

        java.lang.String cellTreeSelectedItem()
        Applied to selected tree items.
      • cellTreeShowMoreButton

        java.lang.String cellTreeShowMoreButton()
        Applied to the show more button.
      • cellTreeTopItem

        java.lang.String cellTreeTopItem()
        Applied to top level items.
      • cellTreeTopItemImage

        java.lang.String cellTreeTopItemImage()
        Applied to open/close icon at the top level.
      • cellTreeTopItemImageValue

        java.lang.String cellTreeTopItemImageValue()
        Applied to the wrapper around the image and value of top level items.
      • cellTreeWidget

        java.lang.String cellTreeWidget()
        Applied to the widget.