|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentTOCItem
public class DocumentTOCItem
A menu item.
| Constructor Summary | |
|---|---|
DocumentTOCItem()
|
|
| Method Summary | |
|---|---|
void |
addItem(DocumentTOCItem documentTOCItem)
Method addItem. |
void |
breakDocumentTOCItemAssociation(DocumentTOCItem documentTOCItem)
Method breakDocumentTOCItemAssociation. |
void |
createDocumentTOCItemAssociation(DocumentTOCItem documentTOCItem)
Method createDocumentTOCItemAssociation. |
boolean |
equals(java.lang.Object other)
Method equals. |
java.util.List |
getItems()
Method getItems. |
java.lang.String |
getName()
Get The name to use for the toc. |
java.lang.String |
getRef()
Get The ref to use for the item. |
int |
hashCode()
Method hashCode. |
boolean |
isCollapse()
Get Whether to show any child elements of a TOCItem, overriding the depth given in DocumentTOC. |
void |
removeItem(DocumentTOCItem documentTOCItem)
Method removeItem. |
void |
setCollapse(boolean collapse)
Set Whether to show any child elements of a TOCItem, overriding the depth given in DocumentTOC. |
void |
setItems(java.util.List items)
Set A table of content item containing sub-items. |
void |
setName(java.lang.String name)
Set The name to use for the toc. |
void |
setRef(java.lang.String ref)
Set The ref to use for the item. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentTOCItem()
| Method Detail |
|---|
public void addItem(DocumentTOCItem documentTOCItem)
documentTOCItem - public void breakDocumentTOCItemAssociation(DocumentTOCItem documentTOCItem)
documentTOCItem - public void createDocumentTOCItemAssociation(DocumentTOCItem documentTOCItem)
documentTOCItem - public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public java.util.List getItems()
public java.lang.String getName()
public java.lang.String getRef()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isCollapse()
public void removeItem(DocumentTOCItem documentTOCItem)
documentTOCItem - public void setCollapse(boolean collapse)
collapse - public void setItems(java.util.List items)
items - public void setName(java.lang.String name)
name - public void setRef(java.lang.String ref)
ref - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||