|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.doxia.site.decoration.LinkItem
org.apache.maven.doxia.site.decoration.MenuItem
A menu item.
| Constructor Summary | |
MenuItem()
|
|
| Method Summary | |
void |
addItem(MenuItem menuItem)
Method addItem. |
void |
breakMenuItemAssociation(MenuItem menuItem)
Method breakMenuItemAssociation. |
void |
createMenuItemAssociation(MenuItem menuItem)
Method createMenuItemAssociation. |
boolean |
equals(java.lang.Object other)
Method equals. |
java.lang.String |
getDescription()
Get A description of the menu item. |
java.util.List |
getItems()
Method getItems. |
java.lang.String |
getRef()
Get A reference to a pre-defined menu item, such as a report (specified by the report goal name). |
int |
hashCode()
Method hashCode. |
boolean |
isCollapse()
Get Whether to collapse children elements of an item menu (by default). |
void |
removeItem(MenuItem menuItem)
Method removeItem. |
void |
setCollapse(boolean collapse)
Set Whether to collapse children elements of an item menu (by default). |
void |
setDescription(java.lang.String description)
Set A description of the menu item. |
void |
setItems(java.util.List items)
Set menu item. |
void |
setRef(java.lang.String ref)
Set A reference to a pre-defined menu item, such as a report (specified by the report goal name). |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class org.apache.maven.doxia.site.decoration.LinkItem |
getHref, getName, setHref, setName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MenuItem()
| Method Detail |
public void addItem(MenuItem menuItem)
menuItem - public void breakMenuItemAssociation(MenuItem menuItem)
menuItem - public void createMenuItemAssociation(MenuItem menuItem)
menuItem - public boolean equals(java.lang.Object other)
equals in class LinkItemother -
public java.lang.String getDescription()
public java.util.List getItems()
public java.lang.String getRef()
public int hashCode()
hashCode in class LinkItempublic boolean isCollapse()
public void removeItem(MenuItem menuItem)
menuItem - public void setCollapse(boolean collapse)
collapse - public void setDescription(java.lang.String description)
description - public void setItems(java.util.List items)
items - public void setRef(java.lang.String ref)
ref - public java.lang.String toString()
toString in class LinkItem
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||