|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.portal.adminstudio.workunitfwapi
public interface IGenericEventsHandler
The interface that handles generic events for the application designer.
Generic events are triggered when an administrator clicks a button in
the generic toolbar at the top of the editor. These events are
triggered and captured automatically by the editor framework.
You cannot change the buttons displayed in the generic events toolbar,
but you can create a custom event handler for overriding or extending
the standard event handling.
The following lists the generic events that are triggered when the
corresponding button is clicked in the generic toolbar at the top of the
editor, and describes the default handling of the events:
handlePreviewEvent on the editor’s
event handler. Implement this method to handle a preview event.
| Method Summary | |
|---|---|
void |
handleCloseEvent(IEditorContext context,
ILockingPolicy lockingPolicy,
PPLogger logger)
Deprecated. Handles a close event. |
void |
handleEditModeEvent(IEditorContext context,
PPLogger logger)
Deprecated. Handles an edit mode event. |
void |
handlePreviewEvent(IEditorContext context,
PPLogger logger)
Deprecated. Handles a preview event. |
void |
handleRefreshEvent(IEditorContext context,
PPLogger logger)
Deprecated. Handles a refresh event. |
void |
handleSaveEvent(IEditorContext context,
IDataHandler dataHandler,
ILockingPolicy lockingPolicy,
PPLogger logger)
Deprecated. Handles a save event. |
| Method Detail |
|---|
void handleCloseEvent(IEditorContext context,
ILockingPolicy lockingPolicy,
PPLogger logger)
context - the current editor contextlockingPolicy - the locking policy to use to release the locklogger - a logger for logging messages
void handleEditModeEvent(IEditorContext context,
PPLogger logger)
context - the current editor contextlogger - a logger for logging messages
void handlePreviewEvent(IEditorContext context,
PPLogger logger)
context - the current editor contextlogger - a logger for logging messages
void handleRefreshEvent(IEditorContext context,
PPLogger logger)
context - the current editor contextlogger - a logger for logging messages
void handleSaveEvent(IEditorContext context,
IDataHandler dataHandler,
ILockingPolicy lockingPolicy,
PPLogger logger)
context - the current editor contextdataHandler - the handler of the datalockingPolicy - the locking policy to use for the save operationlogger - a logger for logging messages| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||