Class InitialAttrEditorSectionConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.InitialAttrEditorSectionConfiguration
-
- All Implemented Interfaces:
CustomEditorSectionConfiguration,EditorSectionConfiguration,java.lang.Cloneable
public class InitialAttrEditorSectionConfiguration extends DefaultEditorSectionConfiguration implements CustomEditorSectionConfiguration
-
-
Constructor Summary
Constructors Constructor Description InitialAttrEditorSectionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidallInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)InitialAttrEditorSectionConfigurationclone()java.util.List<EditorSectionConfiguration>getAdditionalSections()SectionRenderergetCustomRenderer()protected java.util.Set<PropertyDescriptor>getInitialPropertyDescriptors()protected java.util.Set<PropertyDescriptor>getPropertiesWithDefaultValues(ObjectType type)protected UIAccessRightServicegetUIAccessRightService()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 class de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
copyValues, getAllLabel, getLabel, getLabel, getLabelWithFallback, getLabelWithFallback, getPosition, getQualifier, getSectionRows, getXmlDataProvider, isInitiallyOpened, isPrintable, isTabbed, isVisible, setAllLabel, setInitiallyOpened, setPosition, setPrintable, setQualifier, setSectionRows, setShowIfEmpty, setShowInCreateMode, setTabbed, setVisible, setXmlDataProvider, setXmlDataProvider, showIfEmpty, showInCreateMode
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.services.config.EditorSectionConfiguration
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
public void initialize(EditorConfiguration config, ObjectType type, TypedObject object)
- Specified by:
initializein interfaceCustomEditorSectionConfiguration
-
allInitialized
public void allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)
- Specified by:
allInitializedin interfaceCustomEditorSectionConfiguration
-
getPropertiesWithDefaultValues
protected java.util.Set<PropertyDescriptor> getPropertiesWithDefaultValues(ObjectType type)
-
getInitialPropertyDescriptors
protected java.util.Set<PropertyDescriptor> getInitialPropertyDescriptors()
-
getAdditionalSections
public java.util.List<EditorSectionConfiguration> getAdditionalSections()
- Specified by:
getAdditionalSectionsin interfaceCustomEditorSectionConfiguration
-
getCustomRenderer
public SectionRenderer getCustomRenderer()
- Specified by:
getCustomRendererin interfaceCustomEditorSectionConfiguration
-
loadValues
public void loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
- Specified by:
loadValuesin interfaceCustomEditorSectionConfiguration
-
saveValues
public void saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
- Specified by:
saveValuesin interfaceCustomEditorSectionConfiguration
-
clone
public InitialAttrEditorSectionConfiguration clone() throws java.lang.CloneNotSupportedException
- Specified by:
clonein interfaceEditorSectionConfiguration- Overrides:
clonein classDefaultEditorSectionConfiguration- Throws:
java.lang.CloneNotSupportedException
-
getUIAccessRightService
protected UIAccessRightService getUIAccessRightService()
-
-