Class ClassAttrEditorSectionConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
de.hybris.platform.cockpit.services.config.impl.ClassAttrEditorSectionConfiguration
- All Implemented Interfaces:
CustomEditorSectionConfiguration,EditorSectionConfiguration,Cloneable
public class ClassAttrEditorSectionConfiguration
extends DefaultEditorSectionConfiguration
implements CustomEditorSectionConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidallInitialized(EditorConfiguration config, ObjectType type, TypedObject currentObject) clone()protected intvoidinitialize(EditorConfiguration config, ObjectType type, TypedObject object) voidloadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues) protected voidreset()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, showInCreateModeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ClassAttrEditorSectionConfiguration
public ClassAttrEditorSectionConfiguration() -
ClassAttrEditorSectionConfiguration
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceCustomEditorSectionConfiguration
-
allInitialized
- Specified by:
allInitializedin interfaceCustomEditorSectionConfiguration
-
reset
protected void reset() -
compareClassDescriptors
protected int compareClassDescriptors(ClassAttributePropertyDescriptor pd1, ClassAttributePropertyDescriptor pd2) -
getCustomRenderer
- Specified by:
getCustomRendererin interfaceCustomEditorSectionConfiguration
-
getAdditionalSections
- Specified by:
getAdditionalSectionsin 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
- Specified by:
clonein interfaceEditorSectionConfiguration- Overrides:
clonein classDefaultEditorSectionConfiguration- Throws:
CloneNotSupportedException
-