|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.portal.adminstudio.workunitfwapi
public interface IEditorContainer
The interface that represents a container, which is the area in each pane where the custom user interface is displayed. The user interface elements that can be added to a container are HTMLB or wizard framework components.
| Method Summary | |
|---|---|
void |
addComponent(String componentId,
com.sapportals.htmlb.Component component)
Deprecated. Adds an HTMLB component to the container. |
void |
addComponent(String componentId,
IWizardComponent component)
Deprecated. Adds a wizard component to a container. |
boolean |
isPropertyEditorVisible()
Deprecated. Indicates whether the property editor is visible ( true)
or hidden (false). |
void |
setEditorTitle(String title,
String description,
boolean showTitle)
Deprecated. Sets a title for the editor. |
void |
setEditorTitleVisible(boolean visible)
Deprecated. Sets whether to display a title in the editor header. |
void |
setPropertyEditorObjectId(String objectId)
Deprecated. Sets an ID for the object displayed by the property editor. |
void |
setPropertyEditorVisible(boolean visible)
Deprecated. Sets whether the property editor is visible ( true)
or hidden (false). |
void |
setTabHeaderTitle(String title,
String description)
Deprecated. Sets a title and tooltip to display in the tab header. |
| Method Detail |
|---|
void addComponent(String componentId,
IWizardComponent component)
componentId - an ID for the added componentcomponent - a wizard component
void addComponent(String componentId,
com.sapportals.htmlb.Component component)
componentId - an ID for the added componentcomponent - an HTMLB componentvoid setPropertyEditorVisible(boolean visible)
true)
or hidden (false). The default is true.
visible - true shows the property editor,
false hides itvoid setPropertyEditorObjectId(String objectId)
objectId - an object IDboolean isPropertyEditorVisible()
true)
or hidden (false).
true if the property editor is visible,
false if hidden
void setTabHeaderTitle(String title,
String description)
title - a titledescription - a tooltip
void setEditorTitle(String title,
String description,
boolean showTitle)
title - a titledescription - a tooltipshowTitle - true displays the title in the
editor header, false displays the
title in alert messages onlyvoid setEditorTitleVisible(boolean visible)
visible - true displays the title in the editor
header, false displays the title in alert
messages only| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||