public class SimpleMenuItem extends Object implements MenuItem, Serializable
Constructor and Description |
---|
SimpleMenuItem()
Constructor.
|
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 icon)
Set icon property.
|
void |
setLink(String link)
Set link property.
|
void |
setTooltip(String tooltip)
Set tooltip property.
|
void |
setValue(String value)
Set value property.
|
String |
toString()
Return String representation.
|
public void setValue(String value)
public void setLink(String link)
public void setIcon(String icon)
public void setTooltip(String tooltip)
setTooltip
in interface MenuItem
public String getTooltip()
getTooltip
in interface MenuItem
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.