Class ExternalTaxesSectionConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
de.hybris.platform.yacceleratorcockpits.productcockpit.editor.ExternalTaxesSectionConfiguration
- All Implemented Interfaces:
CustomEditorSectionConfiguration,EditorSectionConfiguration,UpdateAwareCustomSectionConfiguration,Cloneable
public class ExternalTaxesSectionConfiguration
extends DefaultEditorSectionConfiguration
implements UpdateAwareCustomSectionConfiguration
Represents custom section which show external taxes for Products.
-
Constructor Summary
Constructors -
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) voidsetSectionRenderer(SectionRenderer sectionRenderer) Methods inherited from class de.hybris.platform.cockpit.services.config.impl.DefaultEditorSectionConfiguration
clone, 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
clone, getAllLabel, getLabel, getLabel, getPosition, getQualifier, getSectionRows, getXmlDataProvider, isInitiallyOpened, isPrintable, isTabbed, isVisible, setAllLabel, setInitiallyOpened, setPosition, setPrintable, setQualifier, setSectionRows, setShowIfEmpty, setVisible, setXmlDataProvider, showIfEmpty, showInCreateMode
-
Constructor Details
-
ExternalTaxesSectionConfiguration
public ExternalTaxesSectionConfiguration()
-
-
Method Details
-
allInitialized
- Specified by:
allInitializedin interfaceCustomEditorSectionConfiguration
-
getAdditionalSections
- Specified by:
getAdditionalSectionsin interfaceCustomEditorSectionConfiguration
-
getCustomRenderer
- Specified by:
getCustomRendererin interfaceCustomEditorSectionConfiguration
-
initialize
- Specified by:
initializein 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
-
setSectionRenderer
-
getSectionRenderer
-
getUpdateTriggerProperties
- Specified by:
getUpdateTriggerPropertiesin interfaceUpdateAwareCustomSectionConfiguration
-
getUpdateTriggerTypes
- Specified by:
getUpdateTriggerTypesin interfaceUpdateAwareCustomSectionConfiguration
-