org.apache.struts.tiles.beans
Interface MenuItem

All Superinterfaces:
Serializable
All 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 Detail

setValue

void setValue(String value)
Set value property.


getValue

String getValue()
Get value property.


setLink

void setLink(String link)
Set link property.


getLink

String getLink()
Get link property.


setIcon

void setIcon(String link)
Set icon property.


getIcon

String getIcon()
Get icon property.


setTooltip

void setTooltip(String link)
Set tooltip property.


getTooltip

String getTooltip()
Get tooltip property.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.