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

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

public class InitPane
extends AbstractActionComponent

InitPane is an invisible pane that pulls initial required info from the target object and stores it.


Inner Class Summary
static class InitPane.UIStrings
          UIStrings holds constants pointing to the pane's bundle keys.
 
Field Summary
static java.lang.String INIT_PANE_KEY
          pane path key
static java.lang.String ORIG_LOCALE
           
static java.lang.String TARGET_NAME_SUMMARY_VAL
           
 
Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
InitPane()
           
 
Method Summary
 void doAfterSubmit(IWizardContext context)
           Sets the wizard's title.
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractActionComponent
getDisplay
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
clearIfInconsistent, doBeforeDisplay, getControlInFocus, getDescription, getErrorMessages, getPath, getProperty, getTitle, init, isComplete, isInitialized, isMandatory, processInput, setMandatory, setPath, setProperty, setTempProperty, setupComponent, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_PANE_KEY

public static final java.lang.String INIT_PANE_KEY
pane path key

TARGET_NAME_SUMMARY_VAL

public static final java.lang.String TARGET_NAME_SUMMARY_VAL

ORIG_LOCALE

public static final java.lang.String ORIG_LOCALE
Constructor Detail

InitPane

public InitPane()
Method Detail

doAfterSubmit

public void doAfterSubmit(IWizardContext context)
  1. Sets the wizard's title.
  2. Initializes the attributes object and puts the target object's locale in it.
  3. Puts the target object's name in the summaries table.
Overrides:
doAfterSubmit in class AbstractWizardComponent
Parameters:
context - wizard context
See Also:
IWizardComponent.doAfterSubmit(com.sapportals.admin.wizardframework.api.IWizardContext)