|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.tiles.beans.SimpleMenuItem
public class SimpleMenuItem
A MenuItem implementation. Used to read menu items in definitions.
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleMenuItem()
Method Detail |
---|
public void setValue(String value)
setValue
in interface MenuItem
public String getValue()
getValue
in interface MenuItem
public void setLink(String link)
setLink
in interface MenuItem
public String getLink()
getLink
in interface MenuItem
public void setIcon(String icon)
setIcon
in interface MenuItem
public String getIcon()
getIcon
in interface MenuItem
public void setTooltip(String tooltip)
setTooltip
in interface MenuItem
public String getTooltip()
getTooltip
in interface MenuItem
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |