org.apache.maven.doxia.site.decoration
public class Menu extends Object implements Serializable
Version: $Revision$ $Date$
Method Summary | |
---|---|
void | addItem(MenuItem menuItem)
Method addItem
|
boolean | equals(Object other)
Method equals
|
String | getInherit()
Get The way in which the menu is inherited. |
List | getItems()
Method getItems |
String | getModelEncoding() |
String | getName()
Get The name to use for the menu. |
int | hashCode()
Method hashCode |
void | removeItem(MenuItem menuItem)
Method removeItem
|
void | setInherit(String inherit)
Set The way in which the menu is inherited.
|
void | setItems(List items)
Set Menu item.
|
void | setModelEncoding(String modelEncoding) |
void | setName(String name)
Set The name to use for the menu.
|
String | toString()
Method toString |
Parameters: menuItem
Parameters: other
Parameters: menuItem
Parameters: inherit
Parameters: items
Parameters: name