Interface CustomEditorSectionConfiguration
-
- All Superinterfaces:
EditorSectionConfiguration
- All Known Subinterfaces:
UpdateAwareCustomSectionConfiguration
- All Known Implementing Classes:
ClassAttrEditorSectionConfiguration
,CommentsSectionConfiguration
,ExternalTaxesSectionConfiguration
,InitialAttrEditorSectionConfiguration
,LastChangesSectionConfiguration
,MediaEditorSectionConfiguration
,ProductPDFDataSheetSectionConfiguration
,UnassignedEditorSectionConfiguration
,WidgetParamEditorSectionConfiguration
public interface CustomEditorSectionConfiguration extends EditorSectionConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
java.util.List<EditorSectionConfiguration>
getAdditionalSections()
SectionRenderer
getCustomRenderer()
void
initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void
loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void
saveValues(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 Detail
-
initialize
void initialize(EditorConfiguration config, ObjectType type, TypedObject object)
-
allInitialized
void allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
-
loadValues
void loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-
saveValues
void saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
-
getAdditionalSections
java.util.List<EditorSectionConfiguration> getAdditionalSections()
-
getCustomRenderer
SectionRenderer getCustomRenderer()
-
-