public class SummaryViewConfigAdapter extends Object implements CockpitConfigurationAdapter<SummaryView>
| Constructor and Description |
|---|
SummaryViewConfigAdapter() |
| Modifier and Type | Method and Description |
|---|---|
SummaryView |
adaptAfterLoad(ConfigContext context,
SummaryView summaryView)
Adapts given cockpit configuration element after all subsequent configurations are loaded and merged.
|
SummaryView |
adaptBeforeStore(ConfigContext context,
SummaryView summaryView)
Adapts given cockpit configuration element before it is stored.
|
Class<SummaryView> |
getSupportedType()
Returns the type of configuration element this adapter supports.
|
void |
setPositionedSort(PositionedSort positionedSort) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptBeforeMergepublic void setPositionedSort(PositionedSort positionedSort)
public Class<SummaryView> getSupportedType()
CockpitConfigurationAdaptergetSupportedType in interface CockpitConfigurationAdapter<SummaryView>public SummaryView adaptAfterLoad(ConfigContext context, SummaryView summaryView) throws CockpitConfigurationException
CockpitConfigurationAdapteradaptAfterLoad in interface CockpitConfigurationAdapter<SummaryView>context - configuration contextsummaryView - configuration elementCockpitConfigurationException - if something went wrongpublic SummaryView adaptBeforeStore(ConfigContext context, SummaryView summaryView) throws CockpitConfigurationException
CockpitConfigurationAdapteradaptBeforeStore in interface CockpitConfigurationAdapter<SummaryView>context - configuration contextsummaryView - configuration elementCockpitConfigurationException - if something went wrongCopyright © 2018. All rights reserved.