org.apache.struts.tiles.beans
public class SimpleMenuItem extends Object implements MenuItem, Serializable
| Field Summary | |
|---|---|
| String | icon |
| String | link |
| String | tooltip |
| String | value |
| Constructor Summary | |
|---|---|
| SimpleMenuItem()
Constructor. | |
| Method Summary | |
|---|---|
| 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. |