Class UnassignedEditorSectionConfiguration
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
-
- de.hybris.platform.cockpit.services.config.impl.UnassignedEditorSectionConfiguration
-
- All Implemented Interfaces:
CustomEditorSectionConfiguration
,EditorSectionConfiguration
,java.lang.Cloneable
public class UnassignedEditorSectionConfiguration extends DefaultEditorSectionConfiguration implements CustomEditorSectionConfiguration
-
-
Constructor Summary
Constructors Constructor Description UnassignedEditorSectionConfiguration()
UnassignedEditorSectionConfiguration(java.lang.String qualifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)
UnassignedEditorSectionConfiguration
clone()
java.util.List<EditorSectionConfiguration>
getAdditionalSections()
protected java.util.Set<PropertyDescriptor>
getAllPropertyDescriptors()
SectionRenderer
getCustomRenderer()
protected UIAccessRightService
getUIAccessRightService()
void
initialize(EditorConfiguration config, ObjectType objectType, 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 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 objectType, TypedObject object)
- Specified by:
initialize
in interfaceCustomEditorSectionConfiguration
-
allInitialized
public void allInitialized(EditorConfiguration config, ObjectType objectType, TypedObject currentObject)
- Specified by:
allInitialized
in interfaceCustomEditorSectionConfiguration
-
getAllPropertyDescriptors
protected java.util.Set<PropertyDescriptor> getAllPropertyDescriptors()
-
getCustomRenderer
public SectionRenderer getCustomRenderer()
- Specified by:
getCustomRenderer
in interfaceCustomEditorSectionConfiguration
-
getAdditionalSections
public java.util.List<EditorSectionConfiguration> getAdditionalSections()
- Specified by:
getAdditionalSections
in interfaceCustomEditorSectionConfiguration
-
loadValues
public void loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
- Specified by:
loadValues
in interfaceCustomEditorSectionConfiguration
-
saveValues
public void saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
- Specified by:
saveValues
in interfaceCustomEditorSectionConfiguration
-
clone
public UnassignedEditorSectionConfiguration clone() throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interfaceEditorSectionConfiguration
- Overrides:
clone
in classDefaultEditorSectionConfiguration
- Throws:
java.lang.CloneNotSupportedException
-
getUIAccessRightService
protected UIAccessRightService getUIAccessRightService()
-
-