com.sapportals.admin.wizardframework.components
Class CheckboxSelectionComponent

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

public class CheckboxSelectionComponent
extends AbstractSelectionComponent


Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent
captionWidth, DEFAULT_PADDING, defaultCaption, defaultTooltip, defaultValue, filledIncompletely, INPUT_COMPONENT, inputComponent, label, layout, padding, VALUE, valueTargetPath
 
Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT
 
Constructor Summary
CheckboxSelectionComponent(java.lang.String caption, java.util.List choices, java.util.List choiceTitles, java.util.List choiceTooltips, java.util.List defaultValue)
           
CheckboxSelectionComponent(java.lang.String caption, java.lang.String choicesPath, java.lang.String choiceTitlesPath, java.lang.String choiceTooltipsPath, java.util.List defaultValue)
           
 
Method Summary
protected  com.sapportals.htmlb.Component createInputComponent(IBasicEditingContext context)
           
 java.util.List getValue(IWizardContext context)
           
 void processInput(IWizardContext context)
          the default implemention does no input processing.
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractSelectionComponent
createCheckboxGroupInputComponent, createDropDownInputComponent, createListBoxInputComponent, createRadioButtonInputComponent, getCheckboxGroupValuesFromForm, getChoices, getChoiceTitles, getChoiceTooltips, getDropdownValueFromForm, getListBoxValuesFromForm, getMultiValue, getRadioButtonInputValueFromForm, getSingleValue, getSingleValueTitle, getSingleValueTooltip, isComplete, isMultiValue, setChoices, setChoicesTitles, setChoicesTooltips, setMultiValue, setSingleValue, setWidth, updateInputComponent
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent
clear, clearIfInconsistent, getCaption, getCaptionComponent, getDisplay, getErrorMessages, getInputComponentGeneric, getMissingFieldErrorMessage, getTooltip, getValueGeneric, setCaption, setCaptionWidth, setCustomErrorMessage, setLayout, setPath, setTooltip, setupComponent, setValueGeneric, setValueTargetPath
 
Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent
doAfterSubmit, doBeforeDisplay, getControlInFocus, getDescription, getPath, getProperty, getTitle, init, isInitialized, isMandatory, setMandatory, setProperty, setTempProperty, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckboxSelectionComponent

public CheckboxSelectionComponent(java.lang.String caption,
                                  java.util.List choices,
                                  java.util.List choiceTitles,
                                  java.util.List choiceTooltips,
                                  java.util.List defaultValue)

CheckboxSelectionComponent

public CheckboxSelectionComponent(java.lang.String caption,
                                  java.lang.String choicesPath,
                                  java.lang.String choiceTitlesPath,
                                  java.lang.String choiceTooltipsPath,
                                  java.util.List defaultValue)
Method Detail

createInputComponent

protected com.sapportals.htmlb.Component createInputComponent(IBasicEditingContext context)
Overrides:
createInputComponent in class AbstractInputComponent

processInput

public void processInput(IWizardContext context)
Description copied from class: AbstractWizardComponent
the default implemention does no input processing.
Overrides:
processInput in class AbstractSelectionComponent

getValue

public java.util.List getValue(IWizardContext context)