|
||||||||||
| 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
public class Menu
A menu in the navigation.
| Constructor Summary | |
|---|---|
Menu()
|
|
| Method Summary | |
|---|---|
void |
addItem(MenuItem menuItem)
Method addItem. |
Menu |
clone()
Method clone. |
boolean |
equals(Object other)
Method equals. |
String |
getAlt()
Get the alt description for the image. |
String |
getBorder()
Get the border to use for the menu image. |
String |
getHeight()
Get the height to use for the menu image. |
String |
getImg()
Get the source location of an menu image. |
String |
getInherit()
Get the way in which the menu is inherited. |
List<MenuItem> |
getItems()
Method getItems. |
String |
getName()
Get the name to display for the menu. |
String |
getPosition()
Get where to place the image regarding the displayed name (left or right). |
String |
getRef()
Get a reference to a pre-defined menu, such as a reports, modules
or parent. |
String |
getWidth()
Get the width to use for the menu image. |
int |
hashCode()
Method hashCode. |
boolean |
isInheritAsRef()
Get if this is a reference, setting |
void |
removeItem(MenuItem menuItem)
Method removeItem. |
void |
setAlt(String alt)
Set the alt description for the image. |
void |
setBorder(String border)
Set the border to use for the menu image. |
void |
setHeight(String height)
Set the height to use for the menu image. |
void |
setImg(String img)
Set the source location of an menu image. |
void |
setInherit(String inherit)
Set the way in which the menu is inherited. |
void |
setInheritAsRef(boolean inheritAsRef)
Set if this is a reference, setting |
void |
setItems(List<MenuItem> items)
Set a list of menu item. |
void |
setName(String name)
Set the name to display for the menu. |
void |
setPosition(String position)
Set where to place the image regarding the displayed name (left or right). |
void |
setRef(String ref)
Set a reference to a pre-defined menu, such as a reports, modules
or parent. |
void |
setWidth(String width)
Set the width to use for the menu image. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Menu()
| Method Detail |
|---|
public void addItem(MenuItem menuItem)
menuItem - public Menu clone()
clone in class Objectpublic boolean equals(Object other)
equals in class Objectother -
public String getAlt()
public String getBorder()
public String getHeight()
public String getImg()
public String getInherit()
top, bottom.
public List<MenuItem> getItems()
public String getName()
public String getPosition()
public String getRef()
reports, modules
or parent.
public String getWidth()
public int hashCode()
hashCode in class Objectpublic boolean isInheritAsRef()
public void removeItem(MenuItem menuItem)
menuItem - public void setAlt(String alt)
alt - public void setBorder(String border)
border - public void setHeight(String height)
height - public void setImg(String img)
img - public void setInherit(String inherit)
top, bottom.
inherit - public void setInheritAsRef(boolean inheritAsRef)
inheritAsRef - public void setItems(List<MenuItem> items)
items - public void setName(String name)
name - public void setPosition(String position)
position - public void setRef(String ref)
reports, modules
or parent.
ref - public void setWidth(String width)
width - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||