org.openmdx.portal.servlet.control
Class ShowInspectorControl

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

public class ShowInspectorControl
extends InspectorControl
implements Serializable

See Also:
Serialized Form

Field Summary
protected  OperationPaneControl[] operationPaneControl
           
protected  OperationPane[] paneOp
           
protected  ReferencePane[] paneRef
           
protected  ReferencePaneControl[] referencePaneControl
           
protected  ReportControl reportControl
           
protected  WizardControl wizardControl
           
 
Fields inherited from class org.openmdx.portal.servlet.control.InspectorControl
attributePaneControl, inspector
 
Fields inherited from class org.openmdx.portal.servlet.control.Control
controlFactory, id, locale, localeAsIndex
 
Constructor Summary
ShowInspectorControl(String id, String locale, int localeAsIndex, ControlFactory controlFactory, WizardDefinitionFactory wizardFactory, ReportDefinitionFactory reportFactory, Inspector inspector, String forClass)
           
 
Method Summary
 OperationPaneControl[] getOperationPaneControl()
           
 int getPageSizeParameter(Map parameterMap)
           
 ReferencePaneControl[] getReferencePaneControl()
           
 ReportControl getReportControl()
           
 WizardControl getWizardControl()
           
 void paint(HtmlPage p, String frame, boolean forEditing)
           
 void selectFilter(String filterName, String filterValues)
           
 
Methods inherited from class org.openmdx.portal.servlet.control.InspectorControl
createCompositionHierarchy, getAttributePaneControl, getId, getInspector, getSetPanelStateAction, structToMap
 
Methods inherited from class org.openmdx.portal.servlet.control.Control
getControlFactory, getCurrentLocale, getPropertyName, getTexts, paint, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operationPaneControl

protected OperationPaneControl[] operationPaneControl

referencePaneControl

protected ReferencePaneControl[] referencePaneControl

reportControl

protected ReportControl reportControl

wizardControl

protected WizardControl wizardControl

paneOp

protected OperationPane[] paneOp

paneRef

protected ReferencePane[] paneRef
Constructor Detail

ShowInspectorControl

public ShowInspectorControl(String id,
                            String locale,
                            int localeAsIndex,
                            ControlFactory controlFactory,
                            WizardDefinitionFactory wizardFactory,
                            ReportDefinitionFactory reportFactory,
                            Inspector inspector,
                            String forClass)
Method Detail

getPageSizeParameter

public int getPageSizeParameter(Map parameterMap)

getOperationPaneControl

public OperationPaneControl[] getOperationPaneControl()

getReferencePaneControl

public ReferencePaneControl[] getReferencePaneControl()

getReportControl

public ReportControl getReportControl()

getWizardControl

public WizardControl getWizardControl()

selectFilter

public void selectFilter(String filterName,
                         String filterValues)

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.