org.openmdx.portal.servlet.control
Class PaneControl

java.lang.Object
  extended by org.openmdx.portal.servlet.control.Control
      extended by org.openmdx.portal.servlet.control.PaneControl
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributePaneControl, OperationPaneControl, ReferencePaneControl

public abstract class PaneControl
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
PaneControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory, Pane pane, int paneIndex)
           
 
Method Summary
 Pane getPane()
           
 int getPaneIndex()
           
 String getToolTip()
           
 
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
 

Constructor Detail

PaneControl

public PaneControl(String id,
                   String locale,
                   int localeAsIndex,
                   ControlFactory controlFactory,
                   Pane pane,
                   int paneIndex)
Method Detail

getPaneIndex

public int getPaneIndex()

getPane

public Pane getPane()

getToolTip

public String getToolTip()


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