|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.MenuItemType
public class MenuItemType
A (core) menu extension that adds or removes a top level or sub-menu item.
Java class for MenuItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MenuItemType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}RenderedExtensionType">
<sequence>
<element name="position" type="{urn:xmlns:rhq-serverplugin.perspective}PositionType"/>
<element name="activators" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalActivatorsType" minOccurs="0"/>
</sequence>
<attribute name="addBreak" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="feature" type="{urn:xmlns:rhq-serverplugin.perspective}MenuItemFeatureType" />
<attribute name="newWindow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GlobalActivatorsType |
activators
|
protected Boolean |
addBreak
|
protected MenuItemFeatureType |
feature
|
protected Boolean |
newWindow
|
protected PositionType |
position
|
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType |
|---|
action, displayName, iconUrl |
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType |
|---|
application, description, name, url |
| Constructor Summary | |
|---|---|
MenuItemType()
|
|
| Method Summary | |
|---|---|
GlobalActivatorsType |
getActivators()
Gets the value of the activators property. |
MenuItemFeatureType |
getFeature()
Gets the value of the feature property. |
PositionType |
getPosition()
Gets the value of the position property. |
boolean |
isAddBreak()
Gets the value of the addBreak property. |
boolean |
isNewWindow()
Gets the value of the newWindow property. |
void |
setActivators(GlobalActivatorsType value)
Sets the value of the activators property. |
void |
setAddBreak(Boolean value)
Sets the value of the addBreak property. |
void |
setFeature(MenuItemFeatureType value)
Sets the value of the feature property. |
void |
setNewWindow(Boolean value)
Sets the value of the newWindow property. |
void |
setPosition(PositionType value)
Sets the value of the position property. |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType |
|---|
getAction, getDisplayName, getIconUrl, setAction, setDisplayName, setIconUrl |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType |
|---|
getApplication, getDescription, getName, getOtherAttributes, getUrl, setApplication, setDescription, setName, setUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PositionType position
protected GlobalActivatorsType activators
protected Boolean addBreak
protected MenuItemFeatureType feature
protected Boolean newWindow
| Constructor Detail |
|---|
public MenuItemType()
| Method Detail |
|---|
public PositionType getPosition()
PositionTypepublic void setPosition(PositionType value)
value - allowed object is
PositionTypepublic GlobalActivatorsType getActivators()
GlobalActivatorsTypepublic void setActivators(GlobalActivatorsType value)
value - allowed object is
GlobalActivatorsTypepublic boolean isAddBreak()
Booleanpublic void setAddBreak(Boolean value)
value - allowed object is
Booleanpublic MenuItemFeatureType getFeature()
MenuItemFeatureTypepublic void setFeature(MenuItemFeatureType value)
value - allowed object is
MenuItemFeatureTypepublic boolean isNewWindow()
Booleanpublic void setNewWindow(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||