public interface MenuItem extends Serializable
SimpleMenuItem
Modifier and Type | Method and Description |
---|---|
String |
getIcon()
Get icon property.
|
String |
getLink()
Get link property.
|
String |
getTooltip()
Get tooltip property.
|
String |
getValue()
Get value property.
|
void |
setIcon(String link)
Set icon property.
|
void |
setLink(String link)
Set link property.
|
void |
setTooltip(String link)
Set tooltip property.
|
void |
setValue(String value)
Set value property.
|
void setValue(String value)
String getValue()
void setLink(String link)
String getLink()
void setIcon(String link)
String getIcon()
void setTooltip(String link)
String getTooltip()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.