org.openmdx.portal.servlet.control
Class ContainerControl

java.lang.Object
  extended by org.openmdx.portal.servlet.control.Control
      extended by org.openmdx.portal.servlet.control.ContainerControl
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EditObjectControl, MenuControl, PanelControl

public abstract class ContainerControl
extends Control
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List controls
           
protected  List frames
           
 
Fields inherited from class org.openmdx.portal.servlet.control.Control
controlFactory, id, locale, localeAsIndex
 
Constructor Summary
ContainerControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory)
           
 
Method Summary
 void addControl(Control control)
           
 void addControl(Control[] controls)
           
 void addControl(Control[] controls, String frame)
           
 void addControl(Control control, String frame)
           
 
Methods inherited from class org.openmdx.portal.servlet.control.Control
getControlFactory, getCurrentLocale, getId, getPropertyName, getTexts, paint, paint, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controls

protected final List controls

frames

protected final List frames
Constructor Detail

ContainerControl

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

addControl

public void addControl(Control control)

addControl

public void addControl(Control control,
                       String frame)

addControl

public void addControl(Control[] controls)

addControl

public void addControl(Control[] controls,
                       String frame)


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