Interface UpdateAwareCustomSectionConfiguration
-
- All Superinterfaces:
CustomEditorSectionConfiguration,EditorSectionConfiguration
- All Known Implementing Classes:
CommentsSectionConfiguration,ExternalTaxesSectionConfiguration
public interface UpdateAwareCustomSectionConfiguration extends CustomEditorSectionConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<PropertyDescriptor>getUpdateTriggerProperties()java.util.Set<ObjectType>getUpdateTriggerTypes()-
Methods inherited from interface de.hybris.platform.cockpit.services.config.CustomEditorSectionConfiguration
allInitialized, getAdditionalSections, getCustomRenderer, initialize, loadValues, saveValues
-
Methods inherited from interface de.hybris.platform.cockpit.services.config.EditorSectionConfiguration
clone, getAllLabel, getLabel, getLabel, getPosition, getQualifier, getSectionRows, getXmlDataProvider, isInitiallyOpened, isPrintable, isTabbed, isVisible, setAllLabel, setInitiallyOpened, setPosition, setPrintable, setQualifier, setSectionRows, setShowIfEmpty, setVisible, setXmlDataProvider, showIfEmpty, showInCreateMode
-
-
-
-
Method Detail
-
getUpdateTriggerProperties
java.util.Set<PropertyDescriptor> getUpdateTriggerProperties()
-
getUpdateTriggerTypes
java.util.Set<ObjectType> getUpdateTriggerTypes()
-
-