Interface CellBrowser.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

      • cellBrowserColumn

        java.lang.String cellBrowserColumn()
        Applied to all columns.
      • cellBrowserEvenItem

        java.lang.String cellBrowserEvenItem()
        Applied to even list items.
      • cellBrowserFirstColumn

        java.lang.String cellBrowserFirstColumn()
        Applied to the first column.
      • cellBrowserKeyboardSelectedItem

        java.lang.String cellBrowserKeyboardSelectedItem()
        Applied to keyboard selected items.
      • cellBrowserOddItem

        java.lang.String cellBrowserOddItem()
        Applied to odd list items.
      • cellBrowserOpenItem

        java.lang.String cellBrowserOpenItem()
        Applied to open items.
      • cellBrowserSelectedItem

        java.lang.String cellBrowserSelectedItem()
        Applied to selected items.
      • cellBrowserWidget

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