|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MenuItem
A menu item.
Java class for MenuItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MenuItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="item" type="{http://maven.apache.org/DECORATION/1.0.0}MenuItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="collapse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getHref()
Gets the value of the href property. |
MenuItem[] |
getItem()
|
MenuItem |
getItem(int idx)
|
int |
getItemLength()
|
String |
getName()
Gets the value of the name property. |
String |
getRef()
Gets the value of the ref property. |
boolean |
isCollapse()
Gets the value of the collapse property. |
void |
setCollapse(Boolean value)
Sets the value of the collapse property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setHref(String value)
Sets the value of the href property. |
MenuItem |
setItem(int idx,
MenuItem value)
|
void |
setItem(MenuItem[] values)
|
void |
setName(String value)
Sets the value of the name property. |
void |
setRef(String value)
Sets the value of the ref property. |
| Method Detail |
|---|
String getDescription()
Stringvoid setDescription(String value)
value - allowed object is
StringMenuItem[] getItem()
MenuItemMenuItem getItem(int idx)
MenuItemint getItemLength()
void setItem(MenuItem[] values)
values - allowed objects are
MenuItem
MenuItem setItem(int idx,
MenuItem value)
value - allowed object is
MenuItemboolean isCollapse()
Booleanvoid setCollapse(Boolean value)
value - allowed object is
BooleanString getRef()
Stringvoid setRef(String value)
value - allowed object is
StringString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getHref()
Stringvoid setHref(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||