Interface CellBrowser.Style

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
Enclosing class:
CellBrowser

@ImportedWithPrefix("gwt-CellBrowser") public static interface CellBrowser.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

    • cellBrowserColumn

      String cellBrowserColumn()
      Applied to all columns.
    • cellBrowserEvenItem

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

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

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

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

      String cellBrowserOpenItem()
      Applied to open items.
    • cellBrowserSelectedItem

      String cellBrowserSelectedItem()
      Applied to selected items.
    • cellBrowserWidget

      String cellBrowserWidget()
      Applied to the widget.