com.sapportals.admin.wizardframework.components
Class Group

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
        |
        +--com.sapportals.admin.wizardframework.components.FlowContainer
              |
              +--com.sapportals.admin.wizardframework.components.Group
All Implemented Interfaces:
IDependencyObject, IWizardComponent, IWizardComponentContainer

public class Group
extends FlowContainer


Fields inherited from class com.sapportals.admin.wizardframework.components.FlowContainer
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
Group()
           
Group(com.sapportals.htmlb.enum.GroupDesign design, java.lang.String title)
           
 
Method Summary
 void clearIfInconsistent(java.lang.String changedObjectKey, IWizardContext ctx)
          the default implementtion clears all values from this component's branch in the session.
 com.sapportals.htmlb.Component getDisplay(IWizardContext ctx)
          the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
 com.sapportals.htmlb.Group getGroup(IWizardContext ctx)
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.FlowContainer
addComponent, addComponent, addComponent, delegateDoBeforeDisplay, delegateProcessInput, delegateSetupComponent, doAfterSubmit, doBeforeDisplay, getComponent, getControlInFocus, getErrorMessages, getPath, init, isInitialized, myDoBeforeDisplay, myProcessInput, mySetupComponent, processInput, setLayout, setPath, setupComponent, wasChanged
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
getDescription, getProperty, getTitle, isComplete, isMandatory, setMandatory, setProperty, setTempProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(com.sapportals.htmlb.enum.GroupDesign design,
             java.lang.String title)
Method Detail

getGroup

public com.sapportals.htmlb.Group getGroup(IWizardContext ctx)

getDisplay

public com.sapportals.htmlb.Component getDisplay(IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implementation returns null - if your component has a display it should inherit AbstractDisplayComponent or AbstractInputComponent.
Overrides:
getDisplay in class FlowContainer

clearIfInconsistent

public void clearIfInconsistent(java.lang.String changedObjectKey,
                                IWizardContext ctx)
Description copied from class: AbstractWizardComponent
the default implementtion clears all values from this component's branch in the session.
Overrides:
clearIfInconsistent in class FlowContainer