org.jaffa.components.navigation.domain
Interface MenuOption

All Known Implementing Classes:
MenuOptionImpl

public interface MenuOption

Java content class for menu-option complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="menu-option">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="component-action" type="{}component-action"/>
           <element name="url-action" type="{}url-action"/>
           <element name="sub-menu" type="{}sub-menu"/>
           <element name="desktop-menu" type="{}desktop-menu"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ComponentAction getComponentAction()
           
 DesktopMenu getDesktopMenu()
           
 String getLabel()
           
 SubMenu getSubMenu()
           
 UrlAction getUrlAction()
           
 void setComponentAction(ComponentAction value)
           
 void setDesktopMenu(DesktopMenu value)
           
 void setLabel(String value)
           
 void setSubMenu(SubMenu value)
           
 void setUrlAction(UrlAction value)
           
 

Method Detail

getSubMenu

public SubMenu getSubMenu()

setSubMenu

public void setSubMenu(SubMenu value)

getDesktopMenu

public DesktopMenu getDesktopMenu()

setDesktopMenu

public void setDesktopMenu(DesktopMenu value)

getUrlAction

public UrlAction getUrlAction()

setUrlAction

public void setUrlAction(UrlAction value)

getLabel

public String getLabel()

setLabel

public void setLabel(String value)

getComponentAction

public ComponentAction getComponentAction()

setComponentAction

public void setComponentAction(ComponentAction value)


Copyright © 2002-2004 JAFFA Project.