| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConstraintPerspective |
| 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(java.lang.Object source,
UICockpitPerspective perspective,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EditorHelper.tryOpenContextAreaEditor(UICockpitPerspective perspective,
ObjectTemplate type,
java.util.Collection value,
TypedObject currentObject,
PropertyDescriptor propertyDescriptor,
java.util.Map<java.lang.String,? extends java.lang.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 |
FocusablePerspectiveArea.getManagingPerspective() |
UICockpitPerspective |
UIEditorArea.getManagingPerspective() |
UICockpitPerspective |
UICockpitArea.getPerspective() |
UICockpitPerspective |
DummyUISession.getPerspective(java.lang.String uid) |
UICockpitPerspective |
UISession.getPerspective(java.lang.String uid) |
UICockpitPerspective |
RequestHandler.getRequestedPerspective(java.util.Map<java.lang.String,java.lang.String[]> params) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UICockpitPerspective> |
PerspectivePluginList.getAdditionalPerspectives() |
java.util.List<UICockpitPerspective> |
DummyUISession.getAvailablePerspectives() |
java.util.List<UICockpitPerspective> |
UISession.getAvailablePerspectives()
Returns all available perspectives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestEventHandler.handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.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,
java.util.Map<java.lang.String,? extends java.lang.Object> params) |
void |
UISession.setCurrentPerspective(UICockpitPerspective perspective,
java.util.Map<java.lang.String,? extends java.lang.Object> params) |
void |
UIEditorArea.setManagingPerspective(UICockpitPerspective managingPerspective) |
void |
UICockpitArea.setPerspective(UICockpitPerspective perspective) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerspectivePluginList.setAdditionalPerspectives(java.util.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 |
AbstractBrowserArea.getManagingPerspective() |
UICockpitPerspective |
AbstractUINavigationArea.getManagingPerspective() |
UICockpitPerspective |
EditorArea.getManagingPerspective() |
UICockpitPerspective |
AbstractBrowserArea.getPerspective() |
UICockpitPerspective |
AbstractUINavigationArea.getPerspective() |
UICockpitPerspective |
EditorArea.getPerspective() |
UICockpitPerspective |
UISessionImpl.getPerspective(java.lang.String uid) |
UICockpitPerspective |
DefaultRequestHandler.getRequestedPerspective(java.util.Map<java.lang.String,java.lang.String[]> params) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UICockpitPerspective> |
UISessionImpl.getAvailablePerspectives() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UISessionImpl.firePerspectiveChanged(UICockpitPerspective old) |
void |
SearchEventHandler.handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params) |
void |
CelumEventHandler.handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params) |
void |
NotificationEventHandler.handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params) |
void |
TaskEventHandler.handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params) |
void |
ActivationEventHandler.handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params)
Handles item activation events triggered by the use of HTTP request parameters.
|
protected void |
DefaultRequestHandler.handleRequestEvent(UICockpitPerspective perspective,
java.util.List<java.lang.String> events,
java.util.Map<java.lang.String,java.lang.String[]> params)
Delegates the cockpit events triggered by the use of HTTP request parameters to the registered
RequestEventHandlers. |
void |
AbstractBrowserArea.MySessionListener.perspectiveChanged(UICockpitPerspective previous,
UICockpitPerspective newOne) |
void |
EditorArea.perspectiveChanged(UICockpitPerspective previous,
UICockpitPerspective newOne) |
void |
UISessionImpl.setCurrentPerspective(UICockpitPerspective perspective) |
void |
UISessionImpl.setCurrentPerspective(UICockpitPerspective perspective,
java.util.Map<java.lang.String,? extends java.lang.Object> params) |
void |
EditorArea.setManagingPerspective(UICockpitPerspective managingPerspective) |
void |
AbstractBrowserArea.setPerspective(UICockpitPerspective perspective) |
void |
AbstractUINavigationArea.setPerspective(UICockpitPerspective perspective) |
void |
EditorArea.setPerspective(UICockpitPerspective perspective) |
| Modifier and Type | Method and Description |
|---|---|
void |
UISessionImpl.setAvailablePerspectives(java.util.List<UICockpitPerspective> availablePerspectives) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CreateItemWizardRegistry.getCustomWizardID(ObjectType type,
UICockpitPerspective perspective,
PropertyDescriptor propertyDescriptor) |
java.lang.String |
CreateItemWizardRegistry.getCustomWizardID(java.lang.String templateCode,
UICockpitPerspective perspective,
java.lang.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 | Class and Description |
|---|---|
class |
ImportCockpitCronJobPerspective |
| 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 © 2018 SAP SE. All Rights Reserved.