| Package | Description |
|---|---|
| com.sap.portal.admin.editor | |
| com.sap.portal.admin.studio | |
| com.sapportals.admin.wizardframework.api |
Deprecated.
|
| com.sapportals.admin.wizardframework.components |
Deprecated.
|
| com.sapportals.admin.wizardframework.components.tableview |
Deprecated.
|
| com.sapportals.admin.wizardframework.components.tableview.render |
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEditorContext
Deprecated.
As of SAP NetWeaver 2007 release, replaced by package
com.sap.portal.adminstudio.workunitfwapi |
| Modifier and Type | Method and Description |
|---|---|
static String |
PropertyEditorComponent.getPEErrorMessage(IBasicEditingContext context)
Gets the error message for the property editor.
|
static com.sap.portal.admin.propertyeditor.api.PEState |
PropertyEditorComponent.getPEState(IBasicEditingContext context)
Gets the state of the property editor that was saved in the context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWizardContext
The interface that represents the current state of the wizard.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.sapportals.htmlb.Component |
AbstractSelectionComponent.createCheckboxGroupInputComponent(IBasicEditingContext context)
Deprecated.
Creates a checkbox group input component.
|
protected com.sapportals.htmlb.Component |
AbstractSelectionComponent.createDropDownInputComponent(IBasicEditingContext context)
Deprecated.
Creates a dropdown input component.
|
protected com.sapportals.htmlb.Component |
TextInputComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
Creates a text input component.
|
protected com.sapportals.htmlb.Component |
RadioButtonSelectionComponent.createInputComponent(IBasicEditingContext ctx)
Deprecated.
Creates the HTMLB input control of this component.
|
protected com.sapportals.htmlb.Component |
MultilineInputComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
Creates a multiline input component.
|
protected com.sapportals.htmlb.Component |
ListSelectionComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
Creates a list selection component.
|
protected com.sapportals.htmlb.Component |
DropdownSelectionComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
Creates a dropdown listbox object.
|
protected com.sapportals.htmlb.Component |
CheckboxSelectionComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
Creates a checkbox selection component.
|
protected com.sapportals.htmlb.Component |
CheckboxChoiceComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
Creates a checkbox component.
|
protected abstract com.sapportals.htmlb.Component |
AbstractInputComponent.createInputComponent(IBasicEditingContext ctx)
Deprecated.
Creates an input component.
|
protected com.sapportals.htmlb.Component |
AbstractSelectionComponent.createListBoxInputComponent(IBasicEditingContext context)
Deprecated.
Creates a listbox input component.
|
protected com.sapportals.htmlb.Component |
AbstractSelectionComponent.createRadioButtonInputComponent(IBasicEditingContext context)
Deprecated.
Creates a radio button input component.
|
String |
AbstractInputComponent.getCaption(IBasicEditingContext context)
Deprecated.
Gets the caption for a component.
|
com.sapportals.htmlb.Checkbox |
CheckboxChoiceComponent.getCheckboxComponent(IBasicEditingContext context)
|
List |
AbstractSelectionComponent.getChoices(IBasicEditingContext context)
Deprecated.
Gets the list of choices for this component.
|
List |
AbstractSelectionComponent.getChoiceTitles(IBasicEditingContext context)
Deprecated.
Gets the list of titles for the choices for this component.
|
List |
AbstractSelectionComponent.getChoiceTooltips(IBasicEditingContext context)
Deprecated.
Gets the list of tooltips for the choices for this component.
|
com.sapportals.htmlb.InputField |
TextInputComponent.getInputComponent(IBasicEditingContext context)
Deprecated.
Gets the input component.
|
com.sapportals.htmlb.RadioButtonGroup |
RadioButtonSelectionComponent.getInputComponent(IBasicEditingContext context)
Deprecated.
Gets the input component.
|
com.sapportals.htmlb.TextEdit |
MultilineInputComponent.getInputComponent(IBasicEditingContext context)
Deprecated.
Gets the input component.
|
com.sapportals.htmlb.ListBox |
ListSelectionComponent.getInputComponent(IBasicEditingContext context)
Deprecated.
Gets the input component.
|
com.sapportals.htmlb.DropdownListBox |
DropdownSelectionComponent.getInputComponent(IBasicEditingContext ctx)
Deprecated.
Gets the dropdown list box object.
|
com.sapportals.htmlb.Checkbox |
CheckboxChoiceComponent.getInputComponent(IBasicEditingContext context)
Deprecated.
Gets the checkbox component.
|
com.sapportals.htmlb.Component |
AbstractInputComponent.getInputComponentGeneric(IBasicEditingContext ctx)
Deprecated.
Gets the input component.
|
com.sapportals.htmlb.ListBox |
ListSelectionComponent.getListComponent(IBasicEditingContext context)
Deprecated.
Gets the list selection component.
|
String |
AbstractInputComponent.getMissingFieldErrorMessage(IBasicEditingContext context)
Deprecated.
Gets the error message when a component is not filled.
|
protected List |
AbstractSelectionComponent.getMultiValue(IBasicEditingContext context)
Deprecated.
Gets the list of the selected values.
|
protected Object |
AbstractWizardComponent.getProperty(String key,
IBasicEditingContext context)
Deprecated.
Gets the properties for an object specified by a key.
|
com.sapportals.htmlb.RadioButtonGroup |
RadioButtonSelectionComponent.getRadioButtonGroup(IBasicEditingContext context)
Deprecated.
Gets the radio button component.
|
boolean |
CheckboxChoiceComponent.getSelected(IBasicEditingContext context)
|
protected String |
AbstractSelectionComponent.getSingleValue(IBasicEditingContext context)
Deprecated.
Gets the value of a single selection.
|
String |
TextInputComponent.getValue(IBasicEditingContext context)
Deprecated.
Gets the current value of a component.
|
String |
MultilineInputComponent.getValue(IBasicEditingContext context)
Deprecated.
Gets the current value of the component.
|
Object |
AbstractInputComponent.getValueGeneric(IBasicEditingContext context)
Deprecated.
Gets the value of a component.
|
protected void |
AbstractWizardComponent.setProperty(String key,
Object value,
IBasicEditingContext context)
Deprecated.
Sets the value for a property in the session specified by a key.
|
protected void |
AbstractWizardComponent.setTempProperty(String key,
Object value,
IBasicEditingContext context)
Deprecated.
Sets the temporary property for a specified key in the session.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.sapportals.htmlb.Component |
TableViewComponent.createInputComponent(IBasicEditingContext context)
Deprecated.
|
protected Vector |
TableViewColumns.getColumnHeaders(IBasicEditingContext context)
Deprecated.
Gets the columns headers.
|
protected Iterator |
TableViewColumns.getColumnsKeys(IBasicEditingContext context)
Deprecated.
Gets an array of column indexes for key columns.
|
protected com.sapportals.htmlb.enums.TableSortState |
TableViewComponent.getColumnSortedMode(int columnIndex,
IBasicEditingContext context)
Deprecated.
Gets the sort state for each column during a header click event.
|
com.sapportals.htmlb.table.TableView |
TableViewComponent.getInputComponent(IBasicEditingContext ctx)
Deprecated.
Gets the table view input component.
|
protected Iterator |
TableViewColumns.getInvisibleColumnsKeys(IBasicEditingContext context)
Deprecated.
Gets an array of column indexes for invisible columns.
|
TableDataModel |
TableViewComponent.getTableState(IBasicEditingContext context)
Deprecated.
Gets the table data model object.
|
Boolean |
TableViewComponent.isReadOnly(IBasicEditingContext context)
Deprecated.
Indicates whether the table view is in read-only mode.
|
protected void |
TableViewColumns.restoreColumnsState(com.sapportals.htmlb.table.TableColumn[] iColumns,
IBasicEditingContext context)
Deprecated.
Restores information held in the column object to the table.
|
void |
TableViewComponent.setColumns(TableViewColumn[] iColumns,
IBasicEditingContext context)
Deprecated.
Sets the table view column objects.
|
void |
TableViewComponent.setDeselectAll(Boolean iDeselectAll,
IBasicEditingContext context)
Deprecated.
Deselects all rows.
|
void |
TableViewComponent.setOnClientRowSelection(String iOnRowSelJsFuncName,
IBasicEditingContext context)
Deprecated.
Adds outside implementation during a select row event.
|
void |
TableViewComponent.setReadOnly(Boolean iReadOnly,
IBasicEditingContext context)
Deprecated.
Sets the table view to read-only mode.
|
void |
TableViewComponent.setSelectAll(Boolean iSelectAll,
IBasicEditingContext context)
Deprecated.
Selects all rows.
|
void |
TableViewComponent.setSelectionMode(com.sapportals.htmlb.enums.TableSelectionMode selectionMode,
IBasicEditingContext context)
Deprecated.
Sets a selection mode.
|
| Constructor and Description |
|---|
TableViewColumn(String iHeader,
Boolean iIsVisibile,
Boolean iIsKey,
IBasicEditingContext context)
Deprecated.
A constructor that sets the header, whether the column is visible,
and whether it is a key column.
|
TableViewColumn(String iHeader,
Boolean iIsVisibile,
Boolean iIsKey,
ITableViewCellRenderer iColRender,
IBasicEditingContext context)
Deprecated.
A constructor that sets the header, whether the column is visible,
whether it is a key column and a column renderer.
|
TableViewComponent(IBasicEditingContext context)
Deprecated.
A constructor that sets the context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTableViewCellRenderer.getDataCell(int iRow,
int iColumn,
TableViewComponent iTableViewComp,
IBasicEditingContext context)
Deprecated.
Gets the cell data from the table.
|
| Constructor and Description |
|---|
TableViewButtonRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view button renderer.
|
TableViewCheckBoxRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view checkbox renderer.
|
TableViewDropDownListBoxRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view dropdown list box renderer.
|
TableViewDropDownListBoxRenderer(List iIDs,
List iNames,
IBasicEditingContext context)
Deprecated.
A constructor that sets the table view dropdown list box renderer
and sets the ID and name for items in the dropdown list box.
|
TableViewImageLinkRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view image link renderer.
|
TableViewImageRenderer(IBasicEditingContext context)
Deprecated.
|
TableViewInputRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view input renderer.
|
TableViewLinkRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view link renderer.
|
TableViewTextRenderer(IBasicEditingContext context)
Deprecated.
A constructor that sets the table view text renderer.
|
Copyright 2021 SAP SE Complete Copyright Notice