|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.admin.wizardframework.components.AbstractWizardComponent
|
+--com.sapportals.admin.wizardframework.components.AbstractInputComponent
|
+--com.sapportals.admin.wizardframework.components.TextInputComponent
| 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 | |
TextInputComponent()
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption)
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue)
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout)
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding)
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding,
java.lang.String iCaptionWidth)
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding,
java.lang.String iCaptionWidth,
java.lang.String iFieldWidth)
sorry, no detailed documentation yet |
|
TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding,
java.lang.String iCaptionWidth,
java.lang.String iFieldWidth,
java.lang.String iTargetPath)
sorry, no detailed documentation yet |
|
| Method Summary | |
void |
clearIfInconsistent(java.lang.String changedObject,
IWizardContext ctx)
the default implementtion clears all values from this component's branch in the session. |
protected com.sapportals.htmlb.Component |
createInputComponent(IBasicEditingContext context)
|
void |
doAfterSubmit(IWizardContext context)
the default implemention does nothing |
com.sapportals.htmlb.Component |
getControlInFocus(IWizardContext ctx)
|
com.sapportals.htmlb.InputField |
getInputComponent(IBasicEditingContext context)
sorry, no detailed documentation yet |
java.lang.String |
getValue(IBasicEditingContext context)
|
void |
init(IWizardContext ctx)
the default implemention does nothing on init |
boolean |
isInitialized(IWizardContext ctx)
always returns true - override this function if your component needs dynamic initialization |
void |
processInput(IWizardContext context)
Store the value from the htmlb display in the session. |
void |
setValue(java.lang.String newValue,
IWizardContext context)
|
void |
wasChanged(IWizardContext context)
this method should be called whenever a component is changed. |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent |
clear, getCaption, getCaptionComponent, getDisplay, getErrorMessages, getInputComponentGeneric, getMissingFieldErrorMessage, getTooltip, getValueGeneric, isComplete, setCaption, setCaptionWidth, setCustomErrorMessage, setLayout, setPath, setTooltip, setupComponent, setValueGeneric, setValueTargetPath |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractWizardComponent |
doBeforeDisplay, getDescription, getPath, getProperty, getTitle, isMandatory, setMandatory, setProperty, setTempProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextInputComponent()
public TextInputComponent(java.lang.String iDefaultCaption)
String - iDefaultCaption
public TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue)
String - iDefaultCaptionString - iDefaultValue
public TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout)
String - iDefaultCaptionString - iDefaultValueint - iLayout
public TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding)
String - iDefaultCaptionString - iDefaultValueint - iLayoutint - iPadding
public TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding,
java.lang.String iCaptionWidth)
String - iDefaultCaptionString - iDefaultValueint - iLayoutint - iPaddingString - iCaptionWidth
public TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding,
java.lang.String iCaptionWidth,
java.lang.String iFieldWidth)
String - iDefaultCaptionString - iDefaultValueint - iLayoutint - iPaddingString - iCaptionWidthString - iFieldWidth
public TextInputComponent(java.lang.String iDefaultCaption,
java.lang.String iDefaultValue,
int iLayout,
int iPadding,
java.lang.String iCaptionWidth,
java.lang.String iFieldWidth,
java.lang.String iTargetPath)
String - iDefaultCaptionString - iDefaultValueint - iLayoutint - iPaddingString - iCaptionWidthString - iFieldWidthString - ITargetPath| Method Detail |
public boolean isInitialized(IWizardContext ctx)
AbstractWizardComponentisInitialized in class AbstractWizardComponentcom.sapportals.admin.wizardframework.api.IWizardComponentpublic void init(IWizardContext ctx)
AbstractWizardComponentinit in class AbstractWizardComponentpublic java.lang.String getValue(IBasicEditingContext context)
public void setValue(java.lang.String newValue,
IWizardContext context)
public com.sapportals.htmlb.InputField getInputComponent(IBasicEditingContext context)
context - protected com.sapportals.htmlb.Component createInputComponent(IBasicEditingContext context)
createInputComponent in class AbstractInputComponentpublic void processInput(IWizardContext context)
processInput in class AbstractInputComponentpublic void doAfterSubmit(IWizardContext context)
AbstractWizardComponentdoAfterSubmit in class AbstractWizardComponentpublic void wasChanged(IWizardContext context)
AbstractWizardComponentwasChanged in class AbstractWizardComponent
public void clearIfInconsistent(java.lang.String changedObject,
IWizardContext ctx)
AbstractWizardComponentclearIfInconsistent in class AbstractInputComponentpublic com.sapportals.htmlb.Component getControlInFocus(IWizardContext ctx)
getControlInFocus in class AbstractWizardComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||