|
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.GridContainer
com.sapportals.admin.wizardframework.components.MultiSelectionComponent
| Field Summary | |
static String |
VALUE
|
static String |
VALUE_TITLES
|
| Fields inherited from class com.sapportals.admin.wizardframework.components.GridContainer |
GRID |
| Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
HORIZONTAL_LAYOUT, VERTICAL_LAYOUT |
| Constructor Summary | |
MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth)
Sorry, no documentation comment here |
|
MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth,
int iHeight)
Deprecated. |
|
MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth,
int iHeight,
String iChoiceCaption,
String iSelectionCaption)
Deprecated. |
|
MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth,
String iChoiceCaption,
String iSelectionCaption)
Sorry, no documentation comment here |
|
MultiSelectionComponent(String iPathOfListToChooseFrom,
String iPathOfChoiceTitles,
int iWidth,
int iHeight,
String iChoiceCaption,
String iSelectionCaption)
Deprecated. |
|
MultiSelectionComponent(String iPathOfListToChooseFrom,
String iPathOfChoiceTitles,
int iWidth,
String iChoiceCaption,
String iSelectionCaption)
Sorry, no documentation comment here |
|
| Method Summary | |
void |
clearIfInconsistent(String changedObjectKey,
IWizardContext ctx)
the default implementtion clears all values from this component's branch in the session. |
void |
doAfterProcess(IWizardContext ctx)
|
Component |
getDisplay(IWizardContext ctx)
Sorry, no documentation comment here |
List |
getErrorMessages(IWizardContext context)
Get the error messages for this component. |
boolean |
isComplete(IWizardContext context)
the default implemention returns true |
void |
myProcessInput(IWizardContext ctx)
Store the value from the htmlb display in the session. |
void |
mySetupComponent(IWizardContext ctx)
|
void |
setCustomErrorMessage(String errorMessage)
Deprecated. - use of this function will cause inconsistencies in the error handling of different wizards - it will be removed for MS1 Sorry, no documentation comment here |
void |
setDefaultValue(List defaultValue)
|
| Methods inherited from class com.sapportals.admin.wizardframework.components.GridContainer |
addComponent, addComponent, delegateDoBeforeDisplay, delegateProcessInput, delegateSetupComponent, doAfterSubmit, doBeforeDisplay, getCell, getComponent, getControlInFocus, getGrid, getPath, init, isInitialized, myDoBeforeDisplay, processInput, setPath, setSize, setupComponent, wasChanged |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
getDescription, getProperty, getTitle, isMandatory, setMandatory, setProperty, setTempProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String VALUE
public static final String VALUE_TITLES
| Constructor Detail |
public MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth,
int iHeight)
public MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth,
int iHeight,
String iChoiceCaption,
String iSelectionCaption)
public MultiSelectionComponent(String iPathOfListToChooseFrom,
String iPathOfChoiceTitles,
int iWidth,
int iHeight,
String iChoiceCaption,
String iSelectionCaption)
public MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth)
public MultiSelectionComponent(String iPathOfListToChooseFrom,
int iWidth,
String iChoiceCaption,
String iSelectionCaption)
public MultiSelectionComponent(String iPathOfListToChooseFrom,
String iPathOfChoiceTitles,
int iWidth,
String iChoiceCaption,
String iSelectionCaption)
| Method Detail |
public void mySetupComponent(IWizardContext ctx)
mySetupComponent in class GridContainerpublic void setDefaultValue(List defaultValue)
public Component getDisplay(IWizardContext ctx)
getDisplay in interface IWizardComponentgetDisplay in class GridContainerctx - public void myDoBeforeDisplay (IWizardContext ctx) {
//context.log("choices:"+ctx.getProperty(this.pathOfListToChooseFrom));
//context.log("titles:"+ctx.getProperty(this.pathOfChoiceTitles));
if (getProperty(VALUE, ctx) == null) {
this.setProperty(VALUE, new StoreableList(), ctx);
}
if (getProperty(VALUE_TITLES, ctx) == null) {
this.setProperty(VALUE_TITLES, new StoreableList(), ctx);
//context.log("SEEE:"+getProperty(VALUE_TITLES,ctx));
}
//super.doBeforeDisplay(ctx);
}public void myProcessInput(IWizardContext ctx)
myProcessInput in class GridContainerpublic void doAfterProcess(IWizardContext ctx)
public boolean isComplete(IWizardContext context)
AbstractWizardComponent
isComplete in class AbstractWizardComponentpublic List getErrorMessages(IWizardContext context)
getErrorMessages in interface IWizardComponentgetErrorMessages in class GridContainerpublic void setCustomErrorMessage(String errorMessage)
errorMessage -
public void clearIfInconsistent(String changedObjectKey,
IWizardContext ctx)
AbstractWizardComponent
clearIfInconsistent in interface IDependencyObjectclearIfInconsistent in class GridContainer
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||