Class EditorAreaControllerImpl
java.lang.Object
org.zkoss.zk.ui.event.GenericEventListener
org.zkoss.zk.ui.util.GenericComposer
de.hybris.platform.cockpit.session.impl.AbstractEditorAreaController
de.hybris.platform.cockpit.session.impl.DefaultEditorAreaController
de.hybris.platform.productcockpit.session.impl.EditorAreaControllerImpl
- All Implemented Interfaces:
EditorAreaController,MutableSectionModelController,Serializable,org.zkoss.zk.ui.event.EventListener,org.zkoss.zk.ui.event.SerializableEventListener,org.zkoss.zk.ui.util.Composer,org.zkoss.zk.ui.util.ComposerExt
- Direct Known Subclasses:
PopupEditorAreaControllerImpl
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.session.impl.AbstractEditorAreaController
initialized, initialValues, model, onLaterComponentFields inherited from class org.zkoss.zk.ui.util.GenericComposer
_applied -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SectionPanelLabelRendererprotected StringgetLocalizedAttribute(Item item, String attribute) protected CatalogServicevoidsetProductCockpitCatalogService(CatalogService productCockpitCatalogService) voidupdateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor) request update of a special editor area row or allvoidupdateLabel(SectionPanelModel sectionPanelModel) protected voidupdateLabelForProduct(Product product, AbstractSectionPanelModel model) Methods inherited from class de.hybris.platform.cockpit.session.impl.DefaultEditorAreaController
getEditorFactory, getSectionRowRenderer, resetSectionPanelModel, setDefaultValues, storeEditorSectionLabel, storeEditorSectionOrder, updateSectionsMethods inherited from class de.hybris.platform.cockpit.session.impl.AbstractEditorAreaController
addCreationSection, addValue, addValue, clearSectionUpdateRegistry, createSectionPanelModel, createSectionRenderer, doAfterCompose, doOnChange, getCreateFromTemplate, getEditorAreaListener, getModel, getNewItemService, getOnLaterComponent, getSectionPanelLabelRenderer, getSectionPanelModel, getSectionRenderer, getUIAccessRightService, getUIConfigurationService, getValidationService, initialize, isEditable, isReadable, isVisible, mergeCollections, mergeInitValues, onLater, onMessageClicked, onMessageHide, onRowHide, onRowMoved, onRowShow, onSectionAdded, onSectionClosed, onSectionHide, onSectionMoved, onSectionOpen, onSectionRemoved, onSectionRenamed, onSectionShow, onShowAllRows, registerSectionUpdateHandler, setCreateFromTemplate, setCreateFromTemplate, setCreateFromTemplate, setEditorFactory, setModel, setSectionRowRenderer, showAllSections, updateHiddenFieldsArea, updateRegisteredSectionsMethods inherited from class org.zkoss.zk.ui.util.GenericComposer
doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, getPageMethods inherited from class org.zkoss.zk.ui.event.GenericEventListener
bindComponent, getController, onEvent, unbindComponent
-
Constructor Details
-
EditorAreaControllerImpl
public EditorAreaControllerImpl()
-
-
Method Details
-
setProductCockpitCatalogService
-
getProductCockpitCatalogService
-
createSectionPanelLabelRenderer
- Overrides:
createSectionPanelLabelRendererin classAbstractEditorAreaController
-
updateLabelForProduct
-
getLocalizedAttribute
-
updateLabel
- Overrides:
updateLabelin classDefaultEditorAreaController
-
updateEditorRequest
Description copied from interface:EditorAreaControllerrequest update of a special editor area row or all- Specified by:
updateEditorRequestin interfaceEditorAreaController- Overrides:
updateEditorRequestin classAbstractEditorAreaController- Parameters:
typedObject- the TypedObject which was changeddescriptor- the descriptor which qualifies the editor row (e.g. attribute qualifier) or null for updating all
-