public interface MenuItem extends Serializable
SimpleMenuItem
Modifier and Type | Method and Description |
---|---|
String |
getIcon()
Returns the icon URL of this menu item.
|
String |
getLink()
Returns the URL of this menu item.
|
String |
getTooltip()
Returns the tooltip text.
|
String |
getValue()
Returns the value (i.e.
|
void |
setIcon(String link)
Sets the icon URL of this menu item.
|
void |
setLink(String link)
Sets the URL of this menu item.
|
void |
setTooltip(String link)
Sets the tooltip text.
|
void |
setValue(String value)
Sets the value (i.e.
|
void setValue(String value)
value
- The value of this item.String getValue()
void setLink(String link)
link
- The URL of this item.String getLink()
void setIcon(String link)
link
- The icon URL.String getIcon()
void setTooltip(String link)
link
- The tooltip text.String getTooltip()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.