org.openmdx.portal.servlet.control
Class MenuControl

java.lang.Object
  extended by org.openmdx.portal.servlet.control.Control
      extended by org.openmdx.portal.servlet.control.ContainerControl
          extended by org.openmdx.portal.servlet.control.MenuControl
All Implemented Interfaces:
Serializable

public class MenuControl
extends ContainerControl
implements Serializable

See Also:
Serialized Form

Field Summary
static String LAYOUT_HORIZONTAL
           
static String LAYOUT_VERTICAL
           
 
Fields inherited from class org.openmdx.portal.servlet.control.ContainerControl
controls, frames
 
Fields inherited from class org.openmdx.portal.servlet.control.Control
controlFactory, id, locale, localeAsIndex
 
Constructor Summary
MenuControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory)
           
 
Method Summary
 void paint(HtmlPage p, String frame, boolean forEditing)
           
 void setHasPrintOption(boolean newValue)
           
 void setLayout(String layout)
           
 void setMenuClass(String newValue)
           
 
Methods inherited from class org.openmdx.portal.servlet.control.ContainerControl
addControl, addControl, addControl, addControl
 
Methods inherited from class org.openmdx.portal.servlet.control.Control
getControlFactory, getCurrentLocale, getId, getPropertyName, getTexts, paint, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYOUT_HORIZONTAL

public static final String LAYOUT_HORIZONTAL
See Also:
Constant Field Values

LAYOUT_VERTICAL

public static final String LAYOUT_VERTICAL
See Also:
Constant Field Values
Constructor Detail

MenuControl

public MenuControl(String id,
                   String locale,
                   int localeAsIndex,
                   ControlFactory controlFactory)
Method Detail

paint

public void paint(HtmlPage p,
                  String frame,
                  boolean forEditing)
           throws org.openmdx.base.exception.ServiceException
Specified by:
paint in class Control
Throws:
org.openmdx.base.exception.ServiceException

setLayout

public void setLayout(String layout)

setMenuClass

public void setMenuClass(String newValue)

setHasPrintOption

public void setHasPrintOption(boolean newValue)


This software is published under the BSD license. Copyright © 2006-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.