|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.portal.adminstudio.workunitfwapi
public interface IEditorConfiguration
The interface for configuring an editor, including adding panes. Each editor must contain at least one editor pane. The following can be configured:
| Method Summary | |
|---|---|
void |
addEditorPane(Class editorPaneClass,
String activatingEvent)
Deprecated. use addEditorPane(PaneMetaData paneMetaData) |
void |
addEditorPane(Class editorPaneClass,
String activatingEvent,
String paneTitle)
Deprecated. use |
void |
addEditorPane(Class editorPaneClass,
String activatingEvent,
String paneTitle,
String description)
Deprecated. use |
void |
addEditorPane(PaneMetaData paneMetaData)
Deprecated. Adds an editor pane to the editor. |
void |
setDefaultEditorPane(Class defaultEditorPaneClass)
Deprecated. Sets the default editor pane. |
void |
setLogger(PPLogger logger)
Deprecated. Sets a logger where the log/trace messages are sent. |
void |
setTitle(String newTitle)
Deprecated. use the title of the pane |
| Method Detail |
|---|
void setDefaultEditorPane(Class defaultEditorPaneClass)
defaultEditorPaneClass - a default panevoid setLogger(PPLogger logger)
logger - to send log messagesvoid setTitle(String newTitle)
newTitle - a title
void addEditorPane(Class editorPaneClass,
String activatingEvent)
editorPaneClass - a pane class nameactivatingEvent - an event name that activates this pane
void addEditorPane(Class editorPaneClass,
String activatingEvent,
String paneTitle)
editorPaneClass - a pane class nameactivatingEvent - an event name that activates this panepaneTitle - NLS string that is used for messages
void addEditorPane(Class editorPaneClass,
String activatingEvent,
String paneTitle,
String description)
editorPaneClass - a pane class nameactivatingEvent - an event name that activates this panepaneTitle - NLS string that is used for messagesdescription - a tooltipvoid addEditorPane(PaneMetaData paneMetaData)
PaneMetaData object.
paneMetaData - metadata for the pane| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||