org.jaffa.components.navigation.domain
Interface DesktopMenu
- All Known Implementing Classes: 
- DesktopMenuImpl
- public interface DesktopMenu
Java content class for desktop-menu complex type.
  
The following schema fragment specifies the expected content contained within this java content object.
 
 
 <complexType name="desktop-menu">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="struts-tile-template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="menu-option" type="{}menu-option" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 
getMenuOption
public List getMenuOption()
- 
 
getStrutsTileTemplate
public String getStrutsTileTemplate()
- 
 
setStrutsTileTemplate
public void setStrutsTileTemplate(String value)
- 
 
getLabel
public String getLabel()
- 
 
setLabel
public void setLabel(String value)
- 
 
Copyright © 2002-2004 JAFFA Project.