org.apache.struts.tiles.beans

Interface MenuItem

All Superinterfaces:
Serializable
Known Implementing Classes:
SimpleMenuItem

public interface MenuItem
extends Serializable

Interface for MenuItems.
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.

Method Details

getIcon

public String getIcon()
Get icon property.

getLink

public String getLink()
Get link property.

getTooltip

public String getTooltip()
Get tooltip property.

getValue

public String getValue()
Get value property.

setIcon

public void setIcon(String link)
Set icon property.

setLink

public void setLink(String link)
Set link property.

setTooltip

public void setTooltip(String link)
Set tooltip property.

setValue

public void setValue(String value)
Set value property.

Copyright B) 2000-2007 - The Apache Software Foundation