org.openmdx.portal.servlet.control
Class OperationTabControl

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

public class OperationTabControl
extends TabControl
implements Serializable

See Also:
Serialized Form

Field Summary
static String FRAME_PARAMETERS
           
static String FRAME_RESULTS
           
 
Fields inherited from class org.openmdx.portal.servlet.control.TabControl
fieldGroupControls, paneIndex, tab, tabIndex
 
Fields inherited from class org.openmdx.portal.servlet.control.Control
controlFactory, id, locale, localeAsIndex
 
Constructor Summary
OperationTabControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory, OperationTab tab, int paneIndex, int tabIndex)
           
 
Method Summary
 boolean confirmExecution(ApplicationContext application)
           
 String getIconKey()
           
 Action getInvokeOperationAction(ShowObjectView view, ApplicationContext application)
           
 String getOperationName()
           
 String getToolTip()
           
 void paint(HtmlPage p, String frame, boolean forEditing)
           
 
Methods inherited from class org.openmdx.portal.servlet.control.TabControl
getFieldGroupControl, getName, getPaneIndex, getTabIndex
 
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

FRAME_PARAMETERS

public static final String FRAME_PARAMETERS
See Also:
Constant Field Values

FRAME_RESULTS

public static final String FRAME_RESULTS
See Also:
Constant Field Values
Constructor Detail

OperationTabControl

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

getOperationName

public String getOperationName()

getIconKey

public String getIconKey()

getToolTip

public String getToolTip()

confirmExecution

public boolean confirmExecution(ApplicationContext application)

getInvokeOperationAction

public Action getInvokeOperationAction(ShowObjectView view,
                                       ApplicationContext application)

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


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