|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.doxia.site.decoration.Menu
A menu in the navigation.
| Constructor Summary | |
Menu()
|
|
| Method Summary | |
void |
addItem(MenuItem menuItem)
Method addItem. |
boolean |
equals(java.lang.Object other)
Method equals. |
java.lang.String |
getImg()
Get The location of an image. |
java.lang.String |
getInherit()
Get The way in which the menu is inherited. |
java.util.List |
getItems()
Method getItems. |
java.lang.String |
getName()
Get The name to display for the menu. |
java.lang.String |
getRef()
Get A reference to a pre-defined menu, such as a reports, modules
or parentProject. |
int |
hashCode()
Method hashCode. |
boolean |
isInheritAsRef()
Get If this is a reference, setting |
void |
removeItem(MenuItem menuItem)
Method removeItem. |
void |
setImg(java.lang.String img)
Set The location of an image. |
void |
setInherit(java.lang.String inherit)
Set The way in which the menu is inherited. |
void |
setInheritAsRef(boolean inheritAsRef)
Set If this is a reference, setting |
void |
setItems(java.util.List items)
Set A list of menu item. |
void |
setName(java.lang.String name)
Set The name to display for the menu. |
void |
setRef(java.lang.String ref)
Set A reference to a pre-defined menu, such as a reports, modules
or parentProject. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Menu()
| Method Detail |
public void addItem(MenuItem menuItem)
menuItem - public boolean equals(java.lang.Object other)
other -
public java.lang.String getImg()
public java.lang.String getInherit()
top, bottom.
public java.util.List getItems()
public java.lang.String getName()
public java.lang.String getRef()
reports, modules
or parentProject.
public int hashCode()
public boolean isInheritAsRef()
public void removeItem(MenuItem menuItem)
menuItem - public void setImg(java.lang.String img)
img - public void setInherit(java.lang.String inherit)
top, bottom.
inherit - public void setInheritAsRef(boolean inheritAsRef)
inheritAsRef - public void setItems(java.util.List items)
items - public void setName(java.lang.String name)
name - public void setRef(java.lang.String ref)
reports, modules
or parentProject.
ref - public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||