Interface MenuItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleMenuItem

public interface MenuItem extends Serializable
Interface for MenuItems.
See Also:
  • Method Details

    • setValue

      void setValue(String value)
      Set value property.
    • getValue

      String getValue()
      Get value property.
    • setLink

      void setLink(String link)
      Set link property.
    • getLink

      String getLink()
      Get link property.
    • setIcon

      void setIcon(String link)
      Set icon property.
    • getIcon

      String getIcon()
      Get icon property.
    • setTooltip

      void setTooltip(String link)
      Set tooltip property.
    • getTooltip

      String getTooltip()
      Get tooltip property.