| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConstraintPerspective |
class |
AdmincockpitBrowserArea
Admincockpit browser area.
|
class |
AdmincockpitEditorArea |
class |
AdmincockpitNavigationArea
Admincockpit navigation area.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDrillableSelectorSection |
class |
AbstractSelectorSection
Abstract class to be used by
selector sections implementations. |
class |
DefaultSectionSelectorSection |
| Modifier and Type | Class and Description |
|---|---|
class |
SpecialCollectionRenderer |
class |
UndoSectionRenderer |
class |
WorkflowSectionRenderer |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitEventProducer.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
CockpitEventProducer.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableController |
class |
ContextAreaTableController |
class |
DefaultBrowserSectionTableController |
class |
DefaultBrowserTableController |
class |
DefaultTableController |
| Modifier and Type | Class and Description |
|---|---|
class |
EditorTableController |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportPerspective
WARNING: unstable API, don't extend
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BrowserSectionModel |
interface |
ConfigurableBrowserArea
Browser area which supports creation of multiple Cockpit browser types, configured using Spring.
|
interface |
ListBrowserSectionModel |
interface |
UIBrowserArea |
interface |
UICockpitArea |
interface |
UICockpitPerspective |
interface |
UIEditorArea |
interface |
UINavigationArea |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBrowserArea |
class |
AbstractBrowserSectionModel |
class |
AbstractUINavigationArea |
class |
AbstractUIPerspective |
class |
AdminPerspective |
class |
BaseUICockpitNavigationArea |
class |
BaseUICockpitPerspective |
class |
CommunicationBrowserModel |
class |
ContextAreaCommentTreeModel
Model representation of
ContextAreaCommentTreeComponent |
class |
DefaultBrowserSectionModel |
class |
DefaultConfigurableBrowserArea
Default implementation of the
ConfigurableBrowserArea interface. |
class |
DefaultListBrowserSectionModel |
class |
DefaultSearchBrowserArea |
class |
EditorArea
Manages editor area content and events.
|
class |
UrlBrowserArea
Url browser area.
|
class |
UrlNavigationArea
Url navigation area.
|
class |
WorkflowItemsBrowserModel |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBrowserArea.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
AbstractUINavigationArea.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
BaseUICockpitPerspective.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
EditorArea.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
AbstractBrowserArea.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
AbstractUINavigationArea.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
BaseUICockpitPerspective.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
EditorArea.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetContainer.addCockpitEventAcceptor(CockpitEventAcceptor acceptor)
Registers the
CockpitEventAcceptor acceptor with this widget container. |
void |
WidgetContainer.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor)
Unregisters the
CockpitEventAcceptor acceptor with this widget container. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WidgetAdapter<T extends WidgetModel,U extends WidgetController>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetAdapter<T extends WidgetModel,U extends WidgetController> |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWidgetBrowserModel.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
DefaultWidgetBrowserModel.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetController.addCockpitEventAcceptor(java.lang.String context,
CockpitEventAcceptor acceptor)
Registers the event acceptor acceptor so that it receives notifications when an event with the matching
context context is dispatched.
|
void |
WidgetController.removeCockpitEventAcceptor(java.lang.String context,
CockpitEventAcceptor acceptor)
Unregisters the event acceptor acceptor for events with the specified context code context .
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetController.setCockpitEventAcceptors(java.util.Map<java.lang.String,java.util.List<CockpitEventAcceptor>> acceptorMap)
Sets the event acceptors to register with this controller.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.List<CockpitEventAcceptor>> |
AbstractWidgetController.getAcceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWidgetController.addCockpitEventAcceptor(java.lang.String context,
CockpitEventAcceptor acceptor) |
void |
AbstractWidgetController.removeCockpitEventAcceptor(java.lang.String context,
CockpitEventAcceptor acceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWidgetController.setCockpitEventAcceptors(java.util.Map<java.lang.String,java.util.List<CockpitEventAcceptor>> accMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetContentBrowser |
class |
DefaultWidgetContentBrowser |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CockpitEventAcceptor> |
DefaultWidgetContainer.getCockpitEventAcceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWidgetContainer.addCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
void |
DefaultWidgetContainer.removeCockpitEventAcceptor(CockpitEventAcceptor acceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminBundleCockpitNavigationArea
AdminBundle navigation area.
|
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 |
BundleCatalogNavigationArea
Represents the category navigation area in bundle perspective
|
class |
BundleCatalogPerspective |
class |
BundleNavigationNodeBrowserArea
Browser area for 'navigation nodes' perspective
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingBrowserCaptionComponent
created at Nov 24, 2009 created by YanlingZhang
|
class |
MappingContextSectionComponent |
class |
SourceSectionComponent |
class |
TargetSectionComponent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappingListViewComponent |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMappingListViewComponent |
| Modifier and Type | Class and Description |
|---|---|
class |
JobHistoryNavSectionRenderer |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportCockpitBrowserArea |
class |
ImportCockpitBrowserModel |
class |
ImportCockpitCronJobPerspective |
class |
ImportCockpitEditorArea |
class |
ImportCockpitNavigationArea
Importcockpit navigation area.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingBrowserModel |
class |
TargetBrowserSectionModel |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingBrowserModel.addCockpitEventAcceptor(CockpitEventAcceptor cockpiteventacceptor) |
void |
MappingBrowserModel.removeCockpitEventAcceptor(CockpitEventAcceptor cockpiteventacceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
MccBrowserArea
Mcc browser area.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProductCockpitPerspective |
class |
BrowserArea |
class |
CatalogBrowserArea |
class |
CatalogNavigationArea
Represents category navigation area in catalogue perspective
|
class |
CatalogPerspective
Class represents catalogue perspective
|
class |
NavigationArea |
class |
ProductPerspective |
| Modifier and Type | Class and Description |
|---|---|
class |
JirafePerspective |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionbundlecockpitsBrowserArea
Subscriptionbundlecockpits browser area.
|
class |
SubscriptionbundlecockpitsNavigationArea
Subscriptionbundlecockpits navigation area.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YcockpitBrowserArea
Ycockpit browser area.
|
class |
YcockpitNavigationArea
Ycockpit navigation area.
|
Copyright © 2018 SAP SE. All Rights Reserved.