|
SAP NetWeaver 7.30 SP01 | |||||||||
| 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.MultilineInputComponent
public class MultilineInputComponent
The class that represents a multi-line text input component.
| Field Summary |
|---|
| Fields inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent |
|---|
captionWidth, DEFAULT_PADDING, defaultCaption, defaultTooltip, 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 | |
|---|---|
MultilineInputComponent()
Deprecated. A blank constructor. |
|
MultilineInputComponent(int iColNum,
int iRowNum)
Deprecated. A constructor that sets the number of columns and rows. |
|
MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption)
Deprecated. A constructor that sets the number of columns, rows, and a default caption. |
|
MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption,
String iDefaultValue)
Deprecated. A constructor that sets the number of columns, rows, a default caption, and a default value. |
|
MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption,
String iDefaultValue,
int iLayout,
int iPadding)
Deprecated. A constructor that sets the number of columns, rows, a default caption, a default value, a layout, and padding. |
|
MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption,
String iDefaultValue,
int iLayout,
int iPadding,
String iCaptionWidth)
Deprecated. A constructor that sets the number of columns, rows, a default caption, a default value, a layout, padding, and a caption width. |
|
MultilineInputComponent(String iDefaultCaption)
Deprecated. A constructor that sets a default caption. |
|
MultilineInputComponent(String iDefaultCaption,
String iDefaultValue)
Deprecated. A constructor that sets a default caption and a default value. |
|
| Method Summary | |
|---|---|
protected com.sapportals.htmlb.Component |
createInputComponent(IBasicEditingContext context)
Deprecated. Creates a multiline input component. |
void |
doAfterSubmit(IWizardContext context)
Deprecated. Performs any actions on the data if the data is valid. |
com.sapportals.htmlb.Component |
getControlInFocus(IWizardContext ctx)
Deprecated. Gets the component that currently has the focus. |
com.sapportals.htmlb.TextEdit |
getInputComponent(IBasicEditingContext context)
Deprecated. Gets the input component. |
String |
getValue(IBasicEditingContext context)
Deprecated. Gets the current value of the component. |
void |
processInput(IWizardContext context)
Deprecated. Saves to the data model the values entered into the control by the administrator. |
void |
setValue(String newValue,
IWizardContext context)
Deprecated. Sets the component value to the specified value. |
void |
wasChanged(IWizardContext context)
Deprecated. Clears all components dependent on this component or its parent components. |
| Methods inherited from class com.sapportals.admin.wizardframework.components.AbstractInputComponent |
|---|
clear, clearIfInconsistent, 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, init, isInitialized, 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 MultilineInputComponent(int iColNum,
int iRowNum)
iColNum - a number of columnsiRowNum - a number of rows
public MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption)
iColNum - a number of columnsiRowNum - a number of rowsiDefaultCaption - a default caption
public MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption,
String iDefaultValue)
iColNum - a number of columnsiRowNum - a number of rowsiDefaultCaption - a default captioniDefaultValue - a default value
public MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption,
String iDefaultValue,
int iLayout,
int iPadding)
iColNum - a number of columnsiRowNum - a number of rowsiDefaultCaption - a default captioniDefaultValue - a default valueiLayout - a layoutiPadding - padding
public MultilineInputComponent(int iColNum,
int iRowNum,
String iDefaultCaption,
String iDefaultValue,
int iLayout,
int iPadding,
String iCaptionWidth)
iColNum - a number of columnsiRowNum - a number of rowsiDefaultCaption - a default captioniDefaultValue - a default valueiLayout - a layoutiPadding - paddingiCaptionWidth - a caption widthpublic MultilineInputComponent()
public MultilineInputComponent(String iDefaultCaption)
iDefaultCaption - a default caption
public MultilineInputComponent(String iDefaultCaption,
String iDefaultValue)
iDefaultCaption - a default captioniDefaultValue - a default value| Method Detail |
|---|
public String getValue(IBasicEditingContext context)
context - the current editing context
public void setValue(String newValue,
IWizardContext context)
newValue - a value for the componentcontext - the current wizard contextpublic com.sapportals.htmlb.TextEdit getInputComponent(IBasicEditingContext context)
getDisplay function.
getDisplay
to define a different component layout.
context - the current editing context
protected com.sapportals.htmlb.Component createInputComponent(IBasicEditingContext context)
createInputComponent in class AbstractInputComponentcontext - the current editing context
public void processInput(IWizardContext context)
myProcessInput method, and then calls
processInput on all the wizard components within the pane.
processInput in interface IWizardComponentprocessInput in class AbstractInputComponentcontext - the current wizard contextpublic void doAfterSubmit(IWizardContext context)
doAfterSubmit in interface IWizardComponentdoAfterSubmit in class AbstractWizardComponentcontext - the current wizard contextpublic void wasChanged(IWizardContext context)
wasChanged in interface IDependencyObjectwasChanged in class AbstractWizardComponentcontext - the current wizard contextpublic com.sapportals.htmlb.Component getControlInFocus(IWizardContext ctx)
getControlInFocus in interface IWizardComponentgetControlInFocus in class AbstractWizardComponentctx - the current wizard context
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com]
|
api
|
EP-PIN-APF
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
[sap.com] EP-RUNTIME
|
[sap.com]
|
-
|
EP-PIN-APF
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||