org.openmdx.portal.servlet.control
Class TabControl

java.lang.Object
  extended by org.openmdx.portal.servlet.control.Control
      extended by org.openmdx.portal.servlet.control.TabControl
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeTabControl, OperationTabControl

public abstract class TabControl
extends Control
implements Serializable

See Also:
Serialized Form

Field Summary
protected  FieldGroupControl[] fieldGroupControls
           
protected  int paneIndex
           
protected  Tab tab
           
protected  int tabIndex
           
 
Fields inherited from class org.openmdx.portal.servlet.control.Control
controlFactory, id, locale, localeAsIndex
 
Constructor Summary
TabControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory, Tab tab, int paneIndex, int tabIndex)
           
 
Method Summary
 FieldGroupControl[] getFieldGroupControl()
           
 String getName()
           
 int getPaneIndex()
           
 int getTabIndex()
           
 
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

tab

protected final Tab tab

paneIndex

protected final int paneIndex

tabIndex

protected final int tabIndex

fieldGroupControls

protected final FieldGroupControl[] fieldGroupControls
Constructor Detail

TabControl

public TabControl(String id,
                  String locale,
                  int localeAsIndex,
                  ControlFactory controlFactory,
                  Tab tab,
                  int paneIndex,
                  int tabIndex)
Method Detail

getFieldGroupControl

public FieldGroupControl[] getFieldGroupControl()

getName

public String getName()

getTabIndex

public int getTabIndex()

getPaneIndex

public int getPaneIndex()


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