| Package | Description |
|---|---|
| com.sap.portal.admin.studio | |
| com.sap.portal.admin.wizard |
Deprecated.
|
| com.sap.portal.admin.wizard.handlers |
Deprecated.
|
| com.sap.portal.admin.wizard.panes |
Deprecated.
|
| com.sap.portal.admin.wizard.validators |
Deprecated.
|
| com.sapportals.admin.wizardframework |
Deprecated.
|
| com.sapportals.admin.wizardframework.api |
Deprecated.
|
| com.sapportals.admin.wizardframework.components |
Deprecated.
|
| com.sapportals.admin.wizardframework.components.localization |
Deprecated.
|
| com.sapportals.admin.wizardframework.components.tableview |
Deprecated.
|
| com.sapportals.admin.wizardframework.templates |
Deprecated.
|
| com.sapportals.admin.wizardframework.util |
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.sapportals.htmlb.Component |
PropertyEditorComponent.getDisplay(IWizardContext context) |
protected com.sap.portal.admin.propertyeditor.api.IPropertyEditor |
PropertyEditorComponent.getPropertyEditor(IWizardContext context)
Gets the property editor object.
|
int |
PropertyEditorComponent.getWidth(IWizardContext context)
Gets the width of the property editor.
|
void |
PropertyEditorComponent.processInput(IWizardContext context) |
void |
PropertyEditorComponent.setObjectId(String objectId,
IWizardContext context)
Sets an ID for the object edited by the property editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPCMWizard.finalizeDescriptor(Map attributes,
Object descriptor,
IWizardContext context)
Deprecated.
Finalizes the descriptor before saving.
|
void |
AbstractPCMWizard.finalizeObject(IWizardContext context)
Deprecated.
Finalizes the new saved object.
|
void |
AbstractPCMWizard.finalizeObject(String newObjectId,
IWizardContext context)
Deprecated.
Finalize the new saved object.
|
void |
AbstractPCMWizard.finalizeSummaries(Map summaries,
IWizardContext context)
Deprecated.
Finalizes the summaries before they are displayed in the summary pane.
|
Map |
IBasicObjectCreationService.getAttributes2SummariesMap(IWizardContext context)
Deprecated.
Returns a map of attributes.
|
String |
IBasicObjectCreationService.getAttributeValueFromTarget(String attrId,
IWizardContext context)
Deprecated.
Gets an attribute value from the target object (template or portal
component).
|
String |
IBasicObjectCreationService.getBundleString(String key,
IWizardContext context)
Deprecated.
Gets a string from the resource bundle.
|
String |
IBasicObjectCreationService.getCreateModeParam(IWizardContext context)
Deprecated.
Gets the object's
oClass parameter from the Portal
Catalog, indicating whether it is based on a template or a PAR. |
String |
IBasicObjectCreationService.getDefaultHandlerKey(IWizardContext context)
Deprecated.
Internal use.
|
String |
IBasicObjectCreationService.getEditorIdParam(IWizardContext context)
Deprecated.
Gets the editor ID (
editorID) parameter from the Portal
Catalog. |
String |
IBasicObjectCreationService.getMetaAttributeValueFromTarget(String attrId,
String metaAttrId,
IWizardContext context)
Deprecated.
Gets a meta-attribute value from the target object (template or
portal component).
|
String |
IBasicObjectCreationService.getObjectTypeParam(IWizardContext context)
Deprecated.
Gets the new object's component type (
ComponentType or
com.sap.portal.ComponentType) parameter from the Portal
Catalog. |
String |
IBasicObjectCreationService.getSaveLocationParam(IWizardContext context)
Deprecated.
Gets the object's save location (
where) parameter from
the Portal Catalog. |
String |
IBasicObjectCreationService.getTargetIdParam(IWizardContext context)
Deprecated.
Gets the target object ID (
what) parameter from the Portal
Catalog. |
void |
AbstractPCMWizard.initWizardSession(IWizardContext context)
Deprecated.
Initializes a wizard session.
|
void |
IBasicObjectCreationService.setComponentAsAttribute(AbstractInputComponent component,
String attrId,
boolean addAsSummary,
IWizardContext context)
Deprecated.
Sets the specified component's value to be an attribute for the object.
|
void |
IBasicObjectCreationService.setFinishMessage(FinishPane.FinishMessageType messageType,
String messageKey,
IWizardContext context)
Deprecated.
Sets the type of message to be displayed above the FinishPane when the wizard finishes.
|
void |
IBasicObjectCreationService.setSummaryCaption(String attrId,
String caption,
IWizardContext context)
Deprecated.
Sets the summary caption resource bundle key.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SystemHandler.createObjectDescriptor(String targetId,
CreateMethod method,
IWizardContext context)
Deprecated.
|
Object |
ProducerPortalHandler.createObjectDescriptor(String targetId,
CreateMethod method,
IWizardContext context)
Deprecated.
|
Object |
PageHandler.createObjectDescriptor(String targetId,
CreateMethod method,
IWizardContext context)
Deprecated.
|
Object |
LayoutHandler.createObjectDescriptor(String targetId,
CreateMethod method,
IWizardContext context)
Deprecated.
|
Object |
IViewHandler.createObjectDescriptor(String targetId,
CreateMethod method,
IWizardContext context)
Deprecated.
|
Object |
IObjectTypeHandler.createObjectDescriptor(String targetId,
CreateMethod method,
IWizardContext context)
Deprecated.
Creates a new object descriptor for storing the object data.
|
void |
IObjectTypeHandler.saveObject(Object descriptor,
IWizardContext context)
Deprecated.
Saves the object in the persistence layer.
|
void |
AbstractObjectTypeHandler.saveObject(Object descriptor,
IWizardContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
InfoPane.createDescriptionControl(int index,
IWizardContext context)
Deprecated.
Creates description input field.
|
protected void |
InfoPane.createIDControl(int index,
IWizardContext context)
Deprecated.
Creates id input field.
|
protected void |
InfoPane.createMasterLanguageControl(int index,
IWizardContext context)
Deprecated.
Creates dropDown list to select the master language from.
|
protected void |
InfoPane.createNameControl(int index,
IWizardContext context)
Deprecated.
Creates name input field.
|
protected void |
InfoPane.createNamespaceControl(int index,
IWizardContext context)
Deprecated.
Creates prefix input field.
|
protected void |
InfoPane.createOriginalLocaleControls(int index,
String compKey,
String attrId,
IWizardContext context)
Deprecated.
|
void |
SavePane.doAfterSubmit(IWizardContext context)
Deprecated.
Saves the new object in the persistence layer, using the registered
handler, in the following steps:
Gets the handler from the session.
|
void |
InitPane.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data after user input is collected.
|
com.sapportals.htmlb.Component |
WriteProtectPane.getDisplay(IWizardContext context)
Deprecated.
Creates the user interface for the write-protect message.
|
com.sapportals.htmlb.Component |
FinishPane.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component that wraps the pane for display.
|
List |
InfoPane.getErrorMessages(IWizardContext context)
Deprecated.
|
String |
WriteProtectPane.getScript(IWizardContext context)
Deprecated.
Creates the script to close the wizard.
|
String |
FinishPane.getScript(IWizardContext context)
Deprecated.
|
protected com.sapportals.htmlb.Component |
SummaryPane.getSummariesGrid(IWizardContext context)
Deprecated.
Gets the summaries map from the session wrapped as a grid.
|
String |
SummaryPane.getTitle(IWizardContext context)
Deprecated.
|
String |
InfoPane.getTitle(IWizardContext context)
Deprecated.
|
protected void |
InfoPane.myProcessInput(IWizardContext context)
Deprecated.
|
protected void |
SummaryPane.mySetupComponent(IWizardContext context)
Deprecated.
|
protected void |
InfoPane.mySetupComponent(IWizardContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ObjectIdValidator.getErrorKeyList(IWizardContext context)
Deprecated.
|
List |
IValidator.getErrorKeyList(IWizardContext context)
Deprecated.
Gets a list of resource bundle keys for the errors collected
when the validity check fails.
|
protected boolean |
ObjectIdValidator.idExists(String id,
IWizardContext context)
Deprecated.
Indicates whether the specified ID exists in the specified location
(including the prefix).
|
boolean |
ObjectIdValidator.isValid(Object key,
IWizardContext context)
Deprecated.
Validates the object ID.
|
boolean |
IValidator.isValid(Object key,
IWizardContext context)
Deprecated.
Indicates whether the required field/input/key/value is valid.
|
boolean |
ObjectIdValidator.isValid(String prefix,
String id,
IWizardContext context)
Deprecated.
Validates the prefix ID and the object ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStaticWizard.initWizardSession(IWizardContext ctx)
Deprecated.
Initializes the wizard session.
|
void |
AbstractDynamicWizard.initWizardSession(IWizardContext ctx)
Deprecated.
Initializes the wizard session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDependencyObject.clearIfInconsistent(String changedObjectKey,
IWizardContext context)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
IWizardComponent.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data after user input is collected.
|
void |
IWizardComponent.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
IWizardComponent |
IWizardStructure.getComponent(String componentPath,
IWizardContext ctx)
Deprecated.
Gets a component from the wizard.
|
com.sapportals.htmlb.Component |
IWizardComponent.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the HTMLB component that currently has the focus.
|
String |
IWizardComponent.getDescription(IWizardContext ctx)
Deprecated.
Gets the description of a pane.
|
com.sapportals.htmlb.Component |
IWizardComponent.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
List |
IWizardComponent.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
String |
IWizardComponent.getTitle(IWizardContext ctx)
Deprecated.
Gets the title of a pane.
|
void |
IWizardComponent.init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
void |
IWizardConfigurator.initWizardSession(IWizardContext context)
Deprecated.
Initializes the wizard session.
|
boolean |
IWizardComponent.isInitialized(IWizardContext context)
Deprecated.
Indicates whether a component is already initialized.
|
boolean |
ICondition.isTrue(IWizardContext context)
Deprecated.
Indicates whether the condition is
true for a
specified wizard context. |
void |
IWizardComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
IWizardComponent.setupComponent(IWizardContext ctx)
Deprecated.
Configures a component.
|
void |
IDependencyObject.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WizardComponentContainer.clearIfInconsistent(String changedObjectKey,
IWizardContext context)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
TextInputComponent.clearIfInconsistent(String changedObject,
IWizardContext ctx)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
MultiSelectionComponent.clearIfInconsistent(String changedObjectKey,
IWizardContext ctx)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
ListDisplayComponent.clearIfInconsistent(String changedObject,
IWizardContext ctx)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
Group.clearIfInconsistent(String changedObjectKey,
IWizardContext ctx)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
GridContainer.clearIfInconsistent(String changedObjectKey,
IWizardContext context)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
FlowContainer.clearIfInconsistent(String changedObjectKey,
IWizardContext context)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
AlignedInputComponentList.clearIfInconsistent(String changedObjectKey,
IWizardContext context)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
AbstractWizardComponent.clearIfInconsistent(String changedObject,
IWizardContext context)
Deprecated.
Clears all values from the object and its subtree when the object
this object depends on was changed.
|
void |
AbstractInputComponent.clearIfInconsistent(String changedObject,
IWizardContext ctx)
Deprecated.
Clears all values from the component and its subtree when the object
this object depends on was changed.
|
protected void |
GridContainer.delegateDoBeforeDisplay(IWizardContext context)
Deprecated.
Performs
GridContainer.doBeforeDisplay(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
FlowContainer.delegateDoBeforeDisplay(IWizardContext context)
Deprecated.
Performs
FlowContainer.doBeforeDisplay(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
AlignedInputComponentList.delegateDoBeforeDisplay(IWizardContext context)
Deprecated.
Performs
AlignedInputComponentList.doBeforeDisplay(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
GridContainer.delegateProcessInput(IWizardContext ctx)
Deprecated.
Performs
GridContainer.processInput(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
FlowContainer.delegateProcessInput(IWizardContext ctx)
Deprecated.
Performs
FlowContainer.processInput(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
AlignedInputComponentList.delegateProcessInput(IWizardContext ctx)
Deprecated.
Performs
AlignedInputComponentList.processInput(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
GridContainer.delegateSetupComponent(IWizardContext context)
Deprecated.
Performs
GridContainer.setupComponent(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
FlowContainer.delegateSetupComponent(IWizardContext context)
Deprecated.
Performs
FlowContainer.setupComponent(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
protected void |
AlignedInputComponentList.delegateSetupComponent(IWizardContext context)
Deprecated.
Sets the subcomponents.
|
void |
MultiSelectionComponent.doAfterProcess(IWizardContext ctx)
Deprecated.
Performs
MultiSelectionComponent.myProcessInput(com.sapportals.admin.wizardframework.api.IWizardContext) on each subcomponent. |
void |
WizardComponentContainer.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data if the data is valid.
|
void |
TextInputComponent.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data if the data is valid.
|
void |
ProgressBarComponent.doAfterSubmit(IWizardContext ctx)
Deprecated.
Performs any actions on the data if the data is valid.
|
void |
MultilineInputComponent.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data if the data is valid.
|
void |
GridContainer.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data after user input is collected.
|
void |
FlowContainer.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data after user input is collected.
|
void |
AlignedInputComponentList.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data if the data is valid.
|
void |
AbstractWizardComponent.doAfterSubmit(IWizardContext context)
Deprecated.
Performs any actions on the data if the data is valid.
|
void |
WizardComponentContainer.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
void |
ProgressBarComponent.doBeforeDisplay(IWizardContext ctx)
Deprecated.
Performs synchronization between the data model and the pane.
|
void |
GridContainer.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
void |
FlowContainer.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
void |
AlignedInputComponentList.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
void |
AbstractWizardComponent.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
com.sapportals.htmlb.Label |
AbstractInputComponent.getCaptionComponent(IWizardContext context)
Deprecated.
Gets the HTMLB label for an input component.
|
com.sapportals.htmlb.GridLayoutCell |
GridContainer.getCell(int row,
int column,
IWizardContext ctx)
Deprecated.
Gets the cell object in this container specified by the row and
column.
|
protected List |
AbstractSelectionComponent.getCheckboxGroupValuesFromForm(IWizardContext context)
Deprecated.
Gets the checkbox group values from the HTMLB display.
|
com.sapportals.htmlb.Component |
TextInputComponent.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the control that currently has the focus.
|
com.sapportals.htmlb.Component |
MultilineInputComponent.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the component that currently has the focus.
|
com.sapportals.htmlb.Component |
GridContainer.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the component that currently has the focus.
|
com.sapportals.htmlb.Component |
FlowContainer.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the component that currently has the focus.
|
com.sapportals.htmlb.Component |
DropdownSelectionComponent.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the component that currently has the focus.
|
com.sapportals.htmlb.Component |
AlignedInputComponentList.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the control that currently has the focus.
|
com.sapportals.htmlb.Component |
AbstractWizardComponent.getControlInFocus(IWizardContext ctx)
Deprecated.
Gets the control that currently has the focus.
|
String |
AbstractWizardComponent.getDescription(IWizardContext ctx)
Deprecated.
Gets a component description.
|
com.sapportals.htmlb.Component |
WizardComponentContainer.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
ProgressBarComponent.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
MultiSelectionComponent.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
ListDisplayComponent.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
HTMLScriptComponent.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
HtmlbComponentWrapper.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
Group.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
GridContainer.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
FlowContainer.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
AlignedInputComponentList.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to diplay.
|
com.sapportals.htmlb.Component |
AbstractWizardComponent.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
AbstractInputComponent.getDisplay(IWizardContext context)
Deprecated.
Gets the HTMLB component to display.
|
com.sapportals.htmlb.Component |
AbstractActionComponent.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component to display.
|
protected String |
AbstractSelectionComponent.getDropdownValueFromForm(IWizardContext context)
Deprecated.
Gets the dropdown value from the HTMLB display.
|
List |
WizardComponentContainer.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
List |
MultiSelectionComponent.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
List |
GridContainer.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
List |
FlowContainer.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
List |
AlignedInputComponentList.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
List |
AbstractWizardComponent.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
List |
AbstractInputComponent.getErrorMessages(IWizardContext context)
Deprecated.
Validates the data for the pane.
|
com.sapportals.htmlb.GridLayout |
GridContainer.getGrid(IWizardContext ctx)
Deprecated.
Gets the grid layout object for this container.
|
com.sapportals.htmlb.Group |
Group.getGroup(IWizardContext ctx)
Deprecated.
Gets an HTMLB group control.
|
com.sapportals.htmlb.Group |
ListDisplayComponent.getGroupComponent(IWizardContext ctx)
Deprecated.
Gets the HTMLB group component.
|
protected List |
AbstractSelectionComponent.getListBoxValuesFromForm(IWizardContext context)
Deprecated.
Gets the listbox values from the HTMLB display.
|
com.sapportals.htmlb.DropdownListBox |
DropdownSelectionComponent.getListComponent(IWizardContext context)
Deprecated.
Gets the input component.
|
protected String |
AbstractSelectionComponent.getRadioButtonInputValueFromForm(IWizardContext context)
Deprecated.
Gets a radio button input value from the HTMLB display.
|
String |
HTMLScriptComponent.getScript(IWizardContext ctx)
Deprecated.
Gets a script from the wizard context.
|
protected String |
AbstractSelectionComponent.getSingleValueTitle(IWizardContext context)
Deprecated.
Gets the title of a single selection.
|
protected String |
AbstractSelectionComponent.getSingleValueTooltip(IWizardContext context)
Deprecated.
Gets the tooltip of a single selection.
|
com.sapportals.htmlb.Component |
HtmlbComponentWrapper.getSubmittedComponent(IWizardContext ctx)
Deprecated.
Gets the component for the specified wizard context.
|
String |
ProgressBarComponent.getTitle(IWizardContext ctx)
Deprecated.
|
String |
AbstractWizardComponent.getTitle(IWizardContext ctx)
Deprecated.
Gets a component title.
|
String |
AbstractInputComponent.getTooltip(IWizardContext context)
Deprecated.
Gets the tooltip for a component.
|
String |
RadioButtonSelectionComponent.getValue(IWizardContext context)
Deprecated.
Gets the current value of a component.
|
List |
ListSelectionComponent.getValue(IWizardContext context)
Deprecated.
Gets the current value of the component.
|
String |
DropdownSelectionComponent.getValue(IWizardContext context)
Deprecated.
Gets the current value of a component.
|
List |
CheckboxSelectionComponent.getValue(IWizardContext context)
Deprecated.
Gets the values from a checkbox selection component.
|
boolean |
CheckboxChoiceComponent.getValue(IWizardContext context)
Deprecated.
Gets the value from a checkbox component.
|
String |
RadioButtonSelectionComponent.getValueTitle(IWizardContext context)
Deprecated.
Gets the title for a component.
|
String |
DropdownSelectionComponent.getValueTitle(IWizardContext context)
Deprecated.
Gets the title of the current value of the component.
|
void |
WizardComponentContainer.init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
void |
TextInputComponent.init(IWizardContext ctx)
Deprecated.
Implement this method to initialize a component.
|
void |
GridContainer.init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
void |
FlowContainer.init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
void |
AlignedInputComponentList.init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
void |
AbstractWizardComponent.init(IWizardContext context)
Deprecated.
Implement this method to initialize a component.
|
boolean |
MultiSelectionComponent.isComplete(IWizardContext context)
Deprecated.
Indicates whether there is input in the component (
true). |
boolean |
AbstractWizardComponent.isComplete(IWizardContext context)
Deprecated.
Indicates whether there is input in the component (
true). |
boolean |
AbstractSelectionComponent.isComplete(IWizardContext ctx)
Deprecated.
Indicates whether a choice has been selected in the component.
|
boolean |
AbstractInputComponent.isComplete(IWizardContext ctx)
Deprecated.
Indicates whether there is input in the component (
true). |
boolean |
WizardComponentContainer.isInitialized(IWizardContext context)
Deprecated.
Indicates whether a component is initialized.
|
boolean |
TextInputComponent.isInitialized(IWizardContext ctx)
Deprecated.
Indicates whether the component is initialized.
|
boolean |
GridContainer.isInitialized(IWizardContext context)
Deprecated.
Indicates whether the component is initialized.
|
boolean |
FlowContainer.isInitialized(IWizardContext context)
Deprecated.
Indicates whether the component is initialized.
|
boolean |
AlignedInputComponentList.isInitialized(IWizardContext context)
Deprecated.
Indicates whether the component is initialized.
|
boolean |
AbstractWizardComponent.isInitialized(IWizardContext context)
Deprecated.
Indicates whether the component is initialized (
true). |
protected void |
GridContainer.myDoBeforeDisplay(IWizardContext ctx)
Deprecated.
Sets the values of the HTMLB controls in the pane based on the
data model.
|
protected void |
FlowContainer.myDoBeforeDisplay(IWizardContext ctx)
Deprecated.
Sets the values of HTML controls in the pane based on the data
model.
|
protected void |
AlignedInputComponentList.myDoBeforeDisplay(IWizardContext ctx)
Deprecated.
Performs any initialization before the pane is displayed.
|
void |
MultiSelectionComponent.myProcessInput(IWizardContext ctx)
Deprecated.
Saves to the data model the data from any HTMLB controls created
in the pane.
|
protected void |
GridContainer.myProcessInput(IWizardContext ctx)
Deprecated.
Saves to the data model the data from any HTMLB controls created
in the pane.
|
protected void |
FlowContainer.myProcessInput(IWizardContext ctx)
Deprecated.
Saves to the data model the data from any HTMLB controls created
in the pane.
|
protected void |
AlignedInputComponentList.myProcessInput(IWizardContext ctx)
Deprecated.
Saves to the data model the data from HTMLB controls created
in the pane.
|
void |
MultiSelectionComponent.mySetupComponent(IWizardContext ctx)
Deprecated.
Implement this method to create your own setup for a component.
|
protected void |
GridContainer.mySetupComponent(IWizardContext context)
Deprecated.
Implement this method to create your own setup for a component.
|
protected void |
FlowContainer.mySetupComponent(IWizardContext context)
Deprecated.
Implement this method to create your own setup for a component.
|
protected void |
AlignedInputComponentList.mySetupComponent(IWizardContext context)
Deprecated.
Implement this method to create your own setup for a component.
|
void |
WizardComponentContainer.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls
by the administrator.
|
void |
TextInputComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
RadioButtonSelectionComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
ProgressBarComponent.processInput(IWizardContext ctx)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
MultilineInputComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into the control by the
administrator.
|
void |
ListSelectionComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into the control by the
administrator.
|
void |
GridContainer.processInput(IWizardContext ctx)
Deprecated.
Saves to the data model the values entered into wizard controls
by the administrator.
|
void |
FlowContainer.processInput(IWizardContext ctx)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
DropdownSelectionComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
CheckboxSelectionComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
CheckboxChoiceComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
AlignedInputComponentList.processInput(IWizardContext ctx)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
AbstractWizardComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
abstract void |
AbstractSelectionComponent.processInput(IWizardContext context)
Deprecated.
Saves to the data model the values entered into wizard controls by
the administrator.
|
abstract void |
AbstractInputComponent.processInput(IWizardContext ctx)
Deprecated.
Saves to the data model the values entered into wizard controls by the
administrator.
|
void |
AbstractInputComponent.setCaption(String caption,
IWizardContext context)
Deprecated.
Sets a caption for a component.
|
void |
AbstractSelectionComponent.setChoices(List choices,
IWizardContext context)
Deprecated.
Sets a list of choices for this component.
|
void |
AbstractSelectionComponent.setChoicesTitles(List titles,
IWizardContext context)
Deprecated.
Sets a list of titles for the choices for this component.
|
void |
AbstractSelectionComponent.setChoicesTooltips(List tooltips,
IWizardContext context)
Deprecated.
Sets a list of tooltips for the choices for this component.
|
protected boolean |
AbstractSelectionComponent.setMultiValue(List selections,
IWizardContext context)
Deprecated.
Sets multiple values as the selection.
|
void |
HTMLScriptComponent.setScript(String newScript,
IWizardContext ctx)
Deprecated.
Sets a script.
|
void |
CheckboxChoiceComponent.setSelected(boolean selected,
IWizardContext context)
|
protected boolean |
AbstractSelectionComponent.setSingleValue(String selection,
IWizardContext context)
Deprecated.
|
void |
AbstractInputComponent.setTooltip(String tooltip,
IWizardContext ctx)
Deprecated.
Sets a tooltip for a component.
|
void |
GridContainer.setupComponent(IWizardContext context)
Deprecated.
Configures a component.
|
void |
FlowContainer.setupComponent(IWizardContext context)
Deprecated.
Configures a component.
|
void |
AlignedInputComponentList.setupComponent(IWizardContext context)
Deprecated.
Configures a component.
|
void |
AbstractWizardComponent.setupComponent(IWizardContext ctx)
Deprecated.
Configures a component.
|
void |
AbstractInputComponent.setupComponent(IWizardContext ctx)
Deprecated.
Configures a component.
|
void |
CheckboxChoiceComponent.setValue(boolean selected,
IWizardContext context)
Deprecated.
Sets a value for the checkbox component.
|
boolean |
ListSelectionComponent.setValue(List newValue,
IWizardContext context)
Deprecated.
Sets the component value to the specified value.
|
void |
TextInputComponent.setValue(String newValue,
IWizardContext context)
Deprecated.
Sets the component value to the specified value.
|
boolean |
RadioButtonSelectionComponent.setValue(String newValue,
IWizardContext context)
Deprecated.
Sets the radio button component value to the specified value.
|
void |
MultilineInputComponent.setValue(String newValue,
IWizardContext context)
Deprecated.
Sets the component value to the specified value.
|
boolean |
DropdownSelectionComponent.setValue(String newValue,
IWizardContext context)
Deprecated.
Sets the value of the dropdown selection component.
|
void |
AbstractInputComponent.setValueGeneric(Object newValue,
IWizardContext context)
Deprecated.
Sets the value for a component.
|
protected void |
AbstractSelectionComponent.updateInputComponent(IWizardContext context)
Deprecated.
Updates the input component.
|
void |
WizardComponentContainer.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
void |
TextInputComponent.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
void |
MultilineInputComponent.wasChanged(IWizardContext context)
Deprecated.
Clears all components dependent on this component or its parent
components.
|
void |
GridContainer.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
void |
FlowContainer.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
void |
AlignedInputComponentList.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
void |
AbstractWizardComponent.wasChanged(IWizardContext context)
Deprecated.
Clears all objects dependent on this object or its parent
objects.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LanguageResourceKey.getLocalizedResource(IWizardContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableViewComponent.doBeforeDisplay(IWizardContext context)
Deprecated.
Performs synchronization between the data model and the pane.
|
com.sapportals.htmlb.Component |
TableViewComponent.getDisplay(IWizardContext context)
Deprecated.
|
protected int |
TableViewColumns.getKeyColumnIndex(IWizardContext context)
Deprecated.
Gets the index of a key column.
|
void |
TableViewComponent.processInput(IWizardContext context)
Deprecated.
|
| Constructor and Description |
|---|
TableViewRowComparator(int iColumnIndex,
com.sapportals.htmlb.enums.TableSortState iMode,
IWizardContext context)
Deprecated.
A constructor that sets an index of the column to be compared, and
a sorting mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractActionState.doAction(IWizardContext ctx)
Deprecated.
Implement this method to performs actions on the non-visible pane.
|
void |
AbstractActionState.doBeforeDisplay(IWizardContext ctx)
Deprecated.
Performs synchronization between the data model and the pane.
|
com.sapportals.htmlb.Component |
AbstractWizardPane.getDescriptionComponent(IWizardContext ctx)
Deprecated.
Gets the description component (the tooltip).
|
abstract String |
AbstractScriptState.getScript(IWizardContext ctx)
Deprecated.
Gets a script.
|
abstract String |
AbstractWizardPane.getTitle(IWizardContext ctx)
Deprecated.
Gets the title of a pane.
|
void |
AbstractWizardPane.myDoBeforeDisplay(IWizardContext ctx)
Deprecated.
Performs any initialization before a pane is displayed.
|
void |
AbstractWizardPane.myProcessInput(IWizardContext ctx)
Deprecated.
Processes data entered into the wizard user interface.
|
void |
AbstractWizardPane.mySetupComponent(IWizardContext ctx)
Deprecated.
Implement this method to create your own setup for a component.
|
protected abstract void |
AbstractWizardPane.setupPane(IWizardContext ctx,
FlowContainer pane)
Deprecated.
Creates a user interface for a pane.
|
| Modifier and Type | Method and Description |
|---|---|
com.sapportals.htmlb.Component |
RedirectComponent.getDisplay(IWizardContext ctx)
Deprecated.
Gets the HTMLB component for display.
|
Copyright 2021 SAP SE Complete Copyright Notice