| Modifier and Type | Method and Description |
|---|---|
protected UICockpitPerspective |
LiveEditAddonCoverageInspectorRenderer.getCurrentPerspective() |
| Modifier and Type | Class and Description |
|---|---|
class |
LiveeditaddonPerspective |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConstraintPerspective |
| Modifier and Type | Class and Description |
|---|---|
class |
BtgCockpitPerspective
BTGCockpit Perspective
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsCockpitPerspective |
class |
LiveEditPerspective |
class |
NavigationNodePerspective
Displays tree with navigation nodes and allows thier manipulation
|
class |
WCMSPerspective |
| Modifier and Type | Method and Description |
|---|---|
void |
PageViewNavigationEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
LiveEditPageNavigationEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
CmsLiveEditEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
CmsNavigationEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
LiveEditBrowserArea.LiveEditBrowserAreaUISessionListener.perspectiveChanged(UICockpitPerspective previous,
UICockpitPerspective newOne) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateCmsPageController.activateItemInEditor(UICockpitPerspective currentPerspective,
TypedObject newItem) |
protected void |
CmsPageController.activateItemInEditor(UICockpitPerspective currentPerspective,
TypedObject newItem) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MainWindow.createPerspectiveComponent(UICockpitPerspective perspective,
Component parent) |
| Modifier and Type | Method and Description |
|---|---|
UICockpitPerspective |
PerspectiveChangeEvent.getPerspective() |
| Constructor and Description |
|---|
PerspectiveChangeEvent(Object source,
UICockpitPerspective perspective,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EditorHelper.tryOpenContextAreaEditor(UICockpitPerspective perspective,
ObjectTemplate type,
Collection value,
TypedObject currentObject,
PropertyDescriptor propertyDescriptor,
Map<String,? extends Object> parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportPerspective
WARNING: unstable API, don't extend
|
| Modifier and Type | Method and Description |
|---|---|
UICockpitPerspective |
DummyUISession.getCurrentPerspective() |
UICockpitPerspective |
UISession.getCurrentPerspective()
Returns the current product cockpit perspective bean.
|
UICockpitPerspective |
UIEditorArea.getManagingPerspective() |
UICockpitPerspective |
FocusablePerspectiveArea.getManagingPerspective() |
UICockpitPerspective |
UICockpitArea.getPerspective() |
UICockpitPerspective |
DummyUISession.getPerspective(String uid) |
UICockpitPerspective |
UISession.getPerspective(String uid) |
UICockpitPerspective |
RequestHandler.getRequestedPerspective(Map<String,String[]> params) |
| Modifier and Type | Method and Description |
|---|---|
List<UICockpitPerspective> |
PerspectivePluginList.getAdditionalPerspectives() |
List<UICockpitPerspective> |
DummyUISession.getAvailablePerspectives() |
List<UICockpitPerspective> |
UISession.getAvailablePerspectives()
Returns all available perspectives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params)
Called by the active
RequestHandler when a cockpit event is triggered for which this RequestEventHandler is
registered. |
void |
UISessionListener.perspectiveChanged(UICockpitPerspective previous,
UICockpitPerspective newOne) |
void |
DummyUISession.setCurrentPerspective(UICockpitPerspective perspective) |
void |
UISession.setCurrentPerspective(UICockpitPerspective perspective)
Changes the current product perspective bean.
|
void |
DummyUISession.setCurrentPerspective(UICockpitPerspective perspective,
Map<String,? extends Object> params) |
void |
UISession.setCurrentPerspective(UICockpitPerspective perspective,
Map<String,? extends Object> params) |
void |
UIEditorArea.setManagingPerspective(UICockpitPerspective managingPerspective) |
void |
UICockpitArea.setPerspective(UICockpitPerspective perspective) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectivePluginList.setAdditionalPerspectives(List<UICockpitPerspective> additionalPerspectives) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUIPerspective |
class |
AdminPerspective |
class |
BaseUICockpitPerspective |
| Modifier and Type | Method and Description |
|---|---|
UICockpitPerspective |
UISessionImpl.getCurrentPerspective() |
UICockpitPerspective |
EditorArea.getManagingPerspective() |
UICockpitPerspective |
AbstractBrowserArea.getManagingPerspective() |
UICockpitPerspective |
AbstractUINavigationArea.getManagingPerspective() |
UICockpitPerspective |
EditorArea.getPerspective() |
UICockpitPerspective |
AbstractBrowserArea.getPerspective() |
UICockpitPerspective |
AbstractUINavigationArea.getPerspective() |
UICockpitPerspective |
UISessionImpl.getPerspective(String uid) |
UICockpitPerspective |
DefaultRequestHandler.getRequestedPerspective(Map<String,String[]> params) |
| Modifier and Type | Method and Description |
|---|---|
List<UICockpitPerspective> |
UISessionImpl.getAvailablePerspectives() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UISessionImpl.firePerspectiveChanged(UICockpitPerspective old) |
void |
CelumEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
TaskEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
ActivationEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params)
Handles item activation events triggered by the use of HTTP request parameters.
|
void |
NotificationEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
void |
SearchEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params) |
protected void |
DefaultRequestHandler.handleRequestEvent(UICockpitPerspective perspective,
List<String> events,
Map<String,String[]> params)
Delegates the cockpit events triggered by the use of HTTP request parameters to the registered
RequestEventHandlers. |
void |
EditorArea.perspectiveChanged(UICockpitPerspective previous,
UICockpitPerspective newOne) |
void |
AbstractBrowserArea.MySessionListener.perspectiveChanged(UICockpitPerspective previous,
UICockpitPerspective newOne) |
void |
UISessionImpl.setCurrentPerspective(UICockpitPerspective perspective) |
void |
UISessionImpl.setCurrentPerspective(UICockpitPerspective perspective,
Map<String,? extends Object> params) |
void |
EditorArea.setManagingPerspective(UICockpitPerspective managingPerspective) |
void |
EditorArea.setPerspective(UICockpitPerspective perspective) |
void |
AbstractBrowserArea.setPerspective(UICockpitPerspective perspective) |
void |
AbstractUINavigationArea.setPerspective(UICockpitPerspective perspective) |
| Modifier and Type | Method and Description |
|---|---|
void |
UISessionImpl.setAvailablePerspectives(List<UICockpitPerspective> availablePerspectives) |
| Modifier and Type | Method and Description |
|---|---|
String |
CreateItemWizardRegistry.getCustomWizardID(ObjectType type,
UICockpitPerspective perspective,
PropertyDescriptor propertyDescriptor) |
String |
CreateItemWizardRegistry.getCustomWizardID(String templateCode,
UICockpitPerspective perspective,
String propertyQualifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminBundlePerspective
Overrides the BasePerspective to implement the following changes:
the owning BundleTemplate gets a refresh if its bundleSelectionCriteria is modified
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleCatalogPerspective |
| Modifier and Type | Method and Description |
|---|---|
void |
CscockpitEventHandler.handleEvent(UICockpitPerspective perspective,
Map<String,String[]> params)
Called by the active
RequestHandler when a cockpit event is triggered for which this
RequestEventHandler is registered. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportCockpitCronJobPerspective |
| Modifier and Type | Method and Description |
|---|---|
protected UICockpitPerspective |
CommentsListButton.getPerspective() |
| Modifier and Type | Class and Description |
|---|---|
class |
PrintPerspective |
| Modifier and Type | Method and Description |
|---|---|
UICockpitPerspective |
PrintNavigationArea.getManagingPerspective() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProductCockpitPerspective |
class |
CatalogPerspective
Class represents catalogue perspective
|
class |
ProductPerspective |
| Modifier and Type | Method and Description |
|---|---|
UICockpitPerspective |
NavigationArea.getManagingPerspective() |
| Modifier and Type | Class and Description |
|---|---|
class |
JirafePerspective |
Copyright © 2017 SAP SE. All Rights Reserved.