|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.admin.wizardframework.components.AbstractWizardComponent
com.sapportals.admin.wizardframework.components.AbstractInputComponent
com.sapportals.admin.wizardframework.components.AbstractSelectionComponent
| Field Summary |
| 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 | |
protected |
AbstractSelectionComponent(String iDefaultCaption,
boolean iIsMultiValue,
List iDefaultChoiceList,
List iDefaultChoiceTitleList,
List iDefaultChoiceTooltipList,
String iChoiceListPath,
String iChoiceTitleListPath,
String iChoiceTooltipListPath,
String iDefaultSingleValue,
List iDefaultMultiValue)
|
| Method Summary | |
protected Component |
createCheckboxGroupInputComponent(IBasicEditingContext context)
|
protected Component |
createDropDownInputComponent(IBasicEditingContext context)
|
protected Component |
createListBoxInputComponent(IBasicEditingContext context)
|
protected Component |
createRadioButtonInputComponent(IBasicEditingContext context)
|
protected List |
getCheckboxGroupValuesFromForm(IWizardContext context)
|
List |
getChoices(IBasicEditingContext context)
Get the list of choices for this component. |
List |
getChoiceTitles(IBasicEditingContext context)
Get the list of choices titles for this component. |
List |
getChoiceTooltips(IBasicEditingContext context)
Get the list of choices tooltips for this component. |
protected String |
getDropdownValueFromForm(IWizardContext context)
Store the value from the htmlb display in the session. |
protected List |
getListBoxValuesFromForm(IWizardContext context)
|
protected List |
getMultiValue(IBasicEditingContext context)
|
protected String |
getRadioButtonInputValueFromForm(IWizardContext context)
|
protected String |
getSingleValue(IBasicEditingContext context)
|
protected String |
getSingleValueTitle(IWizardContext context)
|
protected String |
getSingleValueTooltip(IWizardContext context)
|
boolean |
isComplete(IWizardContext ctx)
the default implemention returns true |
boolean |
isMultiValue()
|
abstract void |
processInput(IWizardContext context)
the default implemention does no input processing. |
void |
setChoices(List choices,
IWizardContext context)
Set the list of choices for this component. |
void |
setChoicesTitles(List titles,
IWizardContext context)
Set the list of titles for this component. |
void |
setChoicesTooltips(List tooltips,
IWizardContext context)
Set the list of tooltips for this component. |
protected boolean |
setMultiValue(List selections,
IWizardContext context)
|
protected boolean |
setSingleValue(String selection,
IWizardContext context)
|
void |
setWidth(String iWidth)
|
protected void |
updateInputComponent(IWizardContext context)
|
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent |
clear, clearIfInconsistent, createInputComponent, 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 |
protected AbstractSelectionComponent(String iDefaultCaption,
boolean iIsMultiValue,
List iDefaultChoiceList,
List iDefaultChoiceTitleList,
List iDefaultChoiceTooltipList,
String iChoiceListPath,
String iChoiceTitleListPath,
String iChoiceTooltipListPath,
String iDefaultSingleValue,
List iDefaultMultiValue)
| Method Detail |
public List getChoices(IBasicEditingContext context)
public List getChoiceTitles(IBasicEditingContext context)
public List getChoiceTooltips(IBasicEditingContext context)
public void setChoices(List choices,
IWizardContext context)
public void setChoicesTitles(List titles,
IWizardContext context)
public void setChoicesTooltips(List tooltips,
IWizardContext context)
public void setWidth(String iWidth)
public boolean isMultiValue()
protected void updateInputComponent(IWizardContext context)
public abstract void processInput(IWizardContext context)
AbstractWizardComponent
processInput in interface IWizardComponentprocessInput in class AbstractInputComponent
protected boolean setSingleValue(String selection,
IWizardContext context)
protected boolean setMultiValue(List selections,
IWizardContext context)
protected String getSingleValue(IBasicEditingContext context)
protected String getSingleValueTitle(IWizardContext context)
protected String getSingleValueTooltip(IWizardContext context)
protected List getMultiValue(IBasicEditingContext context)
protected Component createRadioButtonInputComponent(IBasicEditingContext context)
protected String getRadioButtonInputValueFromForm(IWizardContext context)
protected Component createListBoxInputComponent(IBasicEditingContext context)
protected List getListBoxValuesFromForm(IWizardContext context)
protected Component createDropDownInputComponent(IBasicEditingContext context)
protected String getDropdownValueFromForm(IWizardContext context)
protected Component createCheckboxGroupInputComponent(IBasicEditingContext context)
protected List getCheckboxGroupValuesFromForm(IWizardContext context)
public boolean isComplete(IWizardContext ctx)
AbstractWizardComponent
isComplete in class AbstractInputComponent
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||