Interface ContextMenuStyle

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype

public interface ContextMenuStyle extends com.google.gwt.resources.client.CssResource
Style for the menu or context menu
  • Method Details

    • borderTop

      int borderTop()
      Returns:
      Top-Border to move the complete menu
    • borderRight

      int borderRight()
      Returns:
      Right-Border to move the complete menu
    • borderBottom

      int borderBottom()
      Returns:
      Bottom-Border to move the complete menu
    • borderLeft

      int borderLeft()
      Returns:
      Left-Border to move the complete menu
    • markerMarginWidth

      int markerMarginWidth()
      Returns:
      WidthMargin of the marker to stretch the size
    • markerMarginHeight

      int markerMarginHeight()
      Returns:
      WidthMargin of the marker to stretch the size
    • iconWidth

      int iconWidth()
      Returns:
      the width of the icon
    • iconHeight

      int iconHeight()
      Returns:
      the height of the icon
    • container

      String container()
      Returns:
      Container around all Items
    • itemTable

      String itemTable()
      Returns:
      table containing the rows
    • item

      String item()
      Returns:
      a row with icons
    • itemDisabled

      String itemDisabled()
      Returns:
      a row with a disabled item
    • itemSelected

      String itemSelected()
      Returns:
      a row with a selected item
    • marker

      String marker()
      Returns:
      the currentSelection Marker
    • selectionMarker

      String selectionMarker()
      Returns:
      a marker for a selected element. This is behind all other Elements.
    • itemIcon

      String itemIcon()
      Returns:
      icon of the Item (0. Col)
    • noItemIcon

      String noItemIcon()
      Returns:
      element shown when item doesn't has icon (0. Col) (for menus without sub-menus)
    • itemText

      String itemText()
      Returns:
      name of the Item (1. Col)
    • acceleratorKey

      String acceleratorKey()
      Returns:
      acceleratorKey-text of the Item (2. Col)
    • noMenuIcon

      String noMenuIcon()
      Returns:
      element shown when item don't have sub-menus (3. Col) (for menus without sub-menus)
    • separator

      String separator()
      Returns:
      a separator to separate Groups