com.sap.portal.admin.wizard.panes
Class SummaryPane

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.GridContainer
              |
              +--com.sap.portal.admin.wizard.panes.SummaryPane
All Implemented Interfaces:
IDependencyObject, IWizardComponent, IWizardComponentContainer

public class SummaryPane
extends GridContainer

SummaryPane displays the wizard summaries that are aggregated along the wizard flow.


Inner Class Summary
static class SummaryPane.UIStrings
          UIStrings holds constants pointing to the pane's bundle keys.
 
Field Summary
static java.lang.String SUMMARY_PANE_KEY
          pane path key
 
Fields inherited from class com.sapportals.admin.wizardframework.components.GridContainer
GRID
 
Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
SummaryPane()
           
 
Method Summary
protected  com.sapportals.htmlb.Component getSummariesGrid(IWizardContext context)
          Gets the summaries map from the session, sorts it alphabetically and returns htmlb component containing the summaries.
 java.lang.String getTitle(IWizardContext context)
          Set the title of a pane - this function is relevant only for panes.
protected  void mySetupComponent(IWizardContext context)
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.GridContainer
addComponent, addComponent, clearIfInconsistent, delegateDoBeforeDisplay, delegateProcessInput, delegateSetupComponent, doAfterSubmit, doBeforeDisplay, getCell, getComponent, getControlInFocus, getDisplay, getErrorMessages, getGrid, getPath, init, isInitialized, myDoBeforeDisplay, myProcessInput, processInput, setPath, setSize, setupComponent, wasChanged
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
getDescription, getProperty, isComplete, isMandatory, setMandatory, setProperty, setTempProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUMMARY_PANE_KEY

public static final java.lang.String SUMMARY_PANE_KEY
pane path key
Constructor Detail

SummaryPane

public SummaryPane()
Method Detail

mySetupComponent

protected void mySetupComponent(IWizardContext context)
Overrides:
mySetupComponent in class GridContainer

getSummariesGrid

protected com.sapportals.htmlb.Component getSummariesGrid(IWizardContext context)
Gets the summaries map from the session, sorts it alphabetically and returns htmlb component containing the summaries.
Parameters:
context - wizard context.
Returns:
htmlb component containing the summaries.
See Also:
AbstractPCMWizard.finalizeSummaries(Map, IWizardContext)

getTitle

public java.lang.String getTitle(IWizardContext context)
Description copied from interface: IWizardComponent
Set the title of a pane - this function is relevant only for panes. It won't have any effect if used in subcomponents.
Overrides:
getTitle in class AbstractWizardComponent