org.openmdx.portal.servlet.control
Class PanelControl

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.PanelControl
All Implemented Interfaces:
Serializable

public class PanelControl
extends ContainerControl
implements Serializable

See Also:
Serialized Form

Field Summary
static int LAYOUT_HORIZONTAL
           
static int LAYOUT_NONE
           
static int LAYOUT_VERTICAL
           
static int PANEL_STATE_HIDE
           
static int PANEL_STATE_SHOW
           
 
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
PanelControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory)
           
 
Method Summary
 void paint(HtmlPage p, String frame, boolean forEditing)
           
 void setLayout(int layout)
           
 void setTableStyle(String tableStyle)
           
 
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_NONE

public static final int LAYOUT_NONE
See Also:
Constant Field Values

LAYOUT_HORIZONTAL

public static final int LAYOUT_HORIZONTAL
See Also:
Constant Field Values

LAYOUT_VERTICAL

public static final int LAYOUT_VERTICAL
See Also:
Constant Field Values

PANEL_STATE_SHOW

public static final int PANEL_STATE_SHOW
See Also:
Constant Field Values

PANEL_STATE_HIDE

public static final int PANEL_STATE_HIDE
See Also:
Constant Field Values
Constructor Detail

PanelControl

public PanelControl(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(int layout)

setTableStyle

public void setTableStyle(String tableStyle)


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