org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class MenuItemType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
          extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.MenuItemType

public class MenuItemType
extends RenderedExtensionType

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

position

protected PositionType position

activators

protected GlobalActivatorsType activators

addBreak

protected Boolean addBreak

feature

protected MenuItemFeatureType feature

newWindow

protected Boolean newWindow
Constructor Detail

MenuItemType

public MenuItemType()
Method Detail

getPosition

public PositionType getPosition()
Gets the value of the position property.

Returns:
possible object is PositionType

setPosition

public void setPosition(PositionType value)
Sets the value of the position property.

Parameters:
value - allowed object is PositionType

getActivators

public GlobalActivatorsType getActivators()
Gets the value of the activators property.

Returns:
possible object is GlobalActivatorsType

setActivators

public void setActivators(GlobalActivatorsType value)
Sets the value of the activators property.

Parameters:
value - allowed object is GlobalActivatorsType

isAddBreak

public boolean isAddBreak()
Gets the value of the addBreak property.

Returns:
possible object is Boolean

setAddBreak

public void setAddBreak(Boolean value)
Sets the value of the addBreak property.

Parameters:
value - allowed object is Boolean

getFeature

public MenuItemFeatureType getFeature()
Gets the value of the feature property.

Returns:
possible object is MenuItemFeatureType

setFeature

public void setFeature(MenuItemFeatureType value)
Sets the value of the feature property.

Parameters:
value - allowed object is MenuItemFeatureType

isNewWindow

public boolean isNewWindow()
Gets the value of the newWindow property.

Returns:
possible object is Boolean

setNewWindow

public void setNewWindow(Boolean value)
Sets the value of the newWindow property.

Parameters:
value - allowed object is Boolean


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.