org.apache.struts.tiles.beans
public interface MenuItem extends Serializable
See Also: SimpleMenuItem
| 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 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. |