|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.module.extension.AbstractModuleViewOptions
public abstract class AbstractModuleViewOptions
In addition to its default view, a module can have other views; extend this abstract class to include additional views as options to the module tray
| Field Summary | |
|---|---|
static String |
MODULE_PCD_ID
The name of the request parameter that contains the module's PCD ID |
| Constructor Summary | |
|---|---|
AbstractModuleViewOptions()
|
|
| Method Summary | |
|---|---|
abstract ViewOption.ViewInfo |
getInitialView(IModuleContext moduleContext)
Returns the module view to be displayed as initial instead of the default view; to revert the initial view back to default, call the resetInitialView method |
abstract ViewOption[] |
getViewOptions(IModuleContext moduleContext)
Returns an array of view options for the specified module, current user and locale. |
abstract boolean |
removeOptionSettings(IModuleContext moduleContext)
Defines whether to remove the "Settings" option; if true, the option is removed, otherwise it remains; default is false The "Delete" option cannot be removed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MODULE_PCD_ID
| Constructor Detail |
|---|
public AbstractModuleViewOptions()
| Method Detail |
|---|
public abstract ViewOption[] getViewOptions(IModuleContext moduleContext)
moduleContext - the module contextpublic abstract boolean removeOptionSettings(IModuleContext moduleContext)
moduleContext - the module contextpublic abstract ViewOption.ViewInfo getInitialView(IModuleContext moduleContext)
resetInitialView method
moduleContext - the module context
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||