Interface CustomEditorSectionConfiguration
- All Superinterfaces:
EditorSectionConfiguration
- All Known Subinterfaces:
UpdateAwareCustomSectionConfiguration
- All Known Implementing Classes:
ClassAttrEditorSectionConfiguration,CommentsSectionConfiguration,ExternalTaxesSectionConfiguration,InitialAttrEditorSectionConfiguration,LastChangesSectionConfiguration,MediaEditorSectionConfiguration,PageUrlCustomSection,ProductPDFDataSheetSectionConfiguration,UnassignedEditorSectionConfiguration,WidgetParamEditorSectionConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionvoidallInitialized(EditorConfiguration config, ObjectType type, TypedObject object) voidinitialize(EditorConfiguration config, ObjectType type, TypedObject object) voidloadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) voidsaveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) 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 Details
-
initialize
-
allInitialized
-
loadValues
void loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
saveValues
void saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) -
getAdditionalSections
List<EditorSectionConfiguration> getAdditionalSections() -
getCustomRenderer
SectionRenderer getCustomRenderer()
-