|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.tiles.beans Interface MenuItem
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- SimpleMenuItem
- public interface MenuItem
- extends java.io.Serializable
Interface for MenuItems.
- See Also:
SimpleMenuItem
Method Summary | |
java.lang.String |
getIcon()
Get icon property. |
java.lang.String |
getLink()
Get link property. |
java.lang.String |
getTooltip()
Get tooltip property. |
java.lang.String |
getValue()
Get value property. |
void |
setIcon(java.lang.String link)
Set icon property. |
void |
setLink(java.lang.String link)
Set link property. |
void |
setTooltip(java.lang.String link)
Set tooltip property. |
void |
setValue(java.lang.String value)
Set value property. |
Method Detail |
setValue
public void setValue(java.lang.String value)
- Set value property.
getValue
public java.lang.String getValue()
- Get value property.
setLink
public void setLink(java.lang.String link)
- Set link property.
getLink
public java.lang.String getLink()
- Get link property.
setIcon
public void setIcon(java.lang.String link)
- Set icon property.
getIcon
public java.lang.String getIcon()
- Get icon property.
setTooltip
public void setTooltip(java.lang.String link)
- Set tooltip property.
getTooltip
public java.lang.String getTooltip()
- Get tooltip property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000-2005 - The Apache Software Foundation