com.sapportals.admin.wizardframework.components
Class ListDisplayComponent

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

public class ListDisplayComponent
extends AbstractWizardComponent

Version:
6.0 This component displays a list of String values.

Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
ListDisplayComponent(java.lang.String iListPath)
           
 
Method Summary
 void clearIfInconsistent(java.lang.String changedObject, 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 getGroupComponent(IWizardContext ctx)
           
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
doAfterSubmit, 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
 

Constructor Detail

ListDisplayComponent

public ListDisplayComponent(java.lang.String iListPath)
Method Detail

getGroupComponent

public com.sapportals.htmlb.Group getGroupComponent(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 AbstractWizardComponent

clearIfInconsistent

public void clearIfInconsistent(java.lang.String changedObject,
                                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 AbstractWizardComponent