org.openmdx.portal.servlet.control
Class PageEpilogControl

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

public class PageEpilogControl
extends Control
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.portal.servlet.control.Control
controlFactory, id, locale, localeAsIndex
 
Constructor Summary
PageEpilogControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory)
           
 
Method Summary
 int getPanelSizeNorth()
           
 int getPanelSizeWest()
           
 void paint(HtmlPage p, String frame, boolean forEditing)
           
 void setPanelSizeNorth(int newValue)
           
 void setPanelSizeWest(int newValue)
           
 
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
 

Constructor Detail

PageEpilogControl

public PageEpilogControl(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

setPanelSizeNorth

public void setPanelSizeNorth(int newValue)

getPanelSizeNorth

public int getPanelSizeNorth()

setPanelSizeWest

public void setPanelSizeWest(int newValue)

getPanelSizeWest

public int getPanelSizeWest()


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