public class MenuItem extends LinkItem implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private boolean |
collapse
Whether to collapse children elements of an item menu (by
default).
|
private java.lang.String |
description
A description of the menu item.
|
private java.util.List<MenuItem> |
items
Field items.
|
private java.lang.String |
ref
A reference to a pre-defined menu item, such as a report
(specified by the report goal
name).
|
Constructor and Description |
---|
MenuItem() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(MenuItem menuItem)
Method addItem.
|
MenuItem |
clone()
Method clone.
|
boolean |
equals(java.lang.Object other)
Method equals.
|
java.lang.String |
getDescription()
Get a description of the menu item.
|
java.util.List<MenuItem> |
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<MenuItem> items)
Set a list of 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.
|
private java.lang.String description
private boolean collapse
private java.lang.String ref
private java.util.List<MenuItem> items
public void addItem(MenuItem menuItem)
menuItem
- public boolean equals(java.lang.Object other)
public java.lang.String getDescription()
public java.util.List<MenuItem> getItems()
public java.lang.String getRef()
public 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<MenuItem> items)
items
- public void setRef(java.lang.String ref)
ref
-