| Modifier and Type | Class and Description |
|---|---|
static class |
MultiTypeListMainAreaComponentFactory.MultiTypeListViewConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseFallbackEnabledUIConfigurationFactory<T extends UIComponentConfiguration> |
interface |
ConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration>
Interface for a strategy how to persist component configurations
|
interface |
UIComponentConfigurationFactory<T extends UIComponentConfiguration>
Interface for classes that are able to create a ui configuration for a given
CockpitUIComponentConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedSearchConfiguration |
interface |
BaseConfiguration
Provides basic configuration for a certain type
|
interface |
ContextAwareUIComponentConfiguration
Component configuration holding a context.
|
interface |
EditorConfiguration |
interface |
GridViewConfiguration |
interface |
ListViewConfiguration
The Interface ListViewConfiguration.
|
interface |
WidgetDashboardConfiguration
Represents a widget configuration for a dashboard
|
interface |
WizardConfiguration |
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponentConfiguration> |
UIConfigurationService.getComponentConfiguration(ObjectTemplate template,
java.lang.String code,
java.lang.Class<T> expectedClass)
Returns a UI component configuration for the given parameters and uses
the session role as role. |
<T extends UIComponentConfiguration> |
UIConfigurationService.getComponentConfiguration(UIRole role,
ObjectTemplate template,
java.lang.String code,
java.lang.Class<T> expectedClass)
Returns a UI component configuration for the given role, object template code and type.
|
<T extends UIComponentConfiguration> |
UIConfigurationService.setLocalComponentConfiguration(T configuration,
UserModel user,
ObjectTemplate template,
java.lang.String code,
java.lang.Class<T> expectedClass)
Stores given UI configuration for given user and given parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration,JAXBCLASS> |
class |
JAXBBasedUIComponentConfigurationFactory<UICOMPONENTCONFIG extends UIComponentConfiguration,JAXBCLASS> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUIComponentConfiguration
Abstract implementation of the ContextAwareUIComponentConfiguration.
|
class |
DefaultAdvancedSearchConfiguration
Default
AdvancedSearchConfiguration implementation. |
class |
DefaultBaseConfiguration |
class |
DefaultEditorConfiguration |
class |
DefaultGridviewConfiguration |
class |
DefaultListViewConfiguration
The Class DefaultListViewConfiguration.
|
class |
DefaultWidgetDashboardConfiguration |
class |
DefaultWizardConfiguration |
| Modifier and Type | Method and Description |
|---|---|
<T extends UIComponentConfiguration> |
UIComponentCache.addComponentConfiguration(UIComponentCache.CacheKey cacheKey,
T componentConfiguration) |
<T extends UIComponentConfiguration> |
DefaultUIConfigurationService.getComponentConfiguration(ObjectTemplate template,
java.lang.String code,
java.lang.Class<T> expectedClass) |
<T extends UIComponentConfiguration> |
UIComponentCache.getComponentConfiguration(UIComponentCache.CacheKey cacheKey) |
<T extends UIComponentConfiguration> |
DefaultUIConfigurationService.getComponentConfiguration(UIRole role,
ObjectTemplate objectTemplate,
java.lang.String code,
java.lang.Class<T> expectedClass) |
<T extends UIComponentConfiguration> |
DefaultUIConfigurationService.setLocalComponentConfiguration(T configuration,
UserModel user,
ObjectTemplate objectTemplate,
java.lang.String code,
java.lang.Class<T> expectedClass) |
| Modifier and Type | Method and Description |
|---|---|
UIComponentConfiguration |
WizardConfigurationFactory.createDefault(ObjectTemplate objectTemplate) |
UIComponentConfiguration |
GridViewConfigurationFactory.createDefault(ObjectTemplate objectTemplate) |
UIComponentConfiguration |
BaseConfigurationFactory.createDefault(ObjectTemplate objectTemplate) |
UIComponentConfiguration |
WidgetDashboardConfigurationFactory.createDefault(ObjectTemplate objectTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardPersistingStrategy.persistComponentConfiguration(UIComponentConfiguration configuration,
UserModel user,
ObjectTemplate objectTemplate,
java.lang.String code) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappingLineConfiguration
Handling for XML mapping mappingLineModel configuration.
|
interface |
TargetsConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMappingLineConfiguration |
class |
DefaultTargetsConfiguration |
| Modifier and Type | Method and Description |
|---|---|
UIComponentConfiguration |
TargetsConfigurationFactory.createDefault(ObjectTemplate objectTemplate) |
UIComponentConfiguration |
MappingLineConfigurationFactory.createDefault(ObjectTemplate objectTemplate) |
Copyright © 2018 SAP SE. All Rights Reserved.