Class PopupEditorAreaControllerImpl
- 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
-
- de.hybris.platform.productcockpit.session.impl.PopupEditorAreaControllerImpl
-
- All Implemented Interfaces:
EditorAreaController,MutableSectionModelController,PopupEditorAreaController,java.io.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
public class PopupEditorAreaControllerImpl extends EditorAreaControllerImpl implements PopupEditorAreaController
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.session.impl.AbstractEditorAreaController
initialized, initialValues, model, onLaterComponent
-
-
Constructor Summary
Constructors Constructor Description PopupEditorAreaControllerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAttributesMap()BrowserModelgetContextEditorBrowserModel()voidsetContextEditorBrowser(BrowserModel model)voidupdateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor)request update of a special editor area row or all-
Methods inherited from class de.hybris.platform.productcockpit.session.impl.EditorAreaControllerImpl
createSectionPanelLabelRenderer, getLocalizedAttribute, getProductCockpitCatalogService, setProductCockpitCatalogService, updateLabel, updateLabelForProduct
-
Methods inherited from class de.hybris.platform.cockpit.session.impl.DefaultEditorAreaController
getEditorFactory, getSectionRowRenderer, resetSectionPanelModel, setDefaultValues, storeEditorSectionLabel, storeEditorSectionOrder, updateSections
-
Methods 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, updateRegisteredSections
-
Methods inherited from class org.zkoss.zk.ui.util.GenericComposer
doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, getPage
-
-
-
-
Method Detail
-
getAttributesMap
public java.util.Map<java.lang.String,java.lang.Object> getAttributesMap()
- Specified by:
getAttributesMapin interfacePopupEditorAreaController
-
setContextEditorBrowser
public void setContextEditorBrowser(BrowserModel model)
- Specified by:
setContextEditorBrowserin interfacePopupEditorAreaController
-
getContextEditorBrowserModel
public BrowserModel getContextEditorBrowserModel()
- Specified by:
getContextEditorBrowserModelin interfacePopupEditorAreaController
-
updateEditorRequest
public void updateEditorRequest(TypedObject typedObject, PropertyDescriptor descriptor)
Description copied from interface:EditorAreaControllerrequest update of a special editor area row or all- Specified by:
updateEditorRequestin interfaceEditorAreaController- Overrides:
updateEditorRequestin classEditorAreaControllerImpl- Parameters:
typedObject- the TypedObject which was changeddescriptor- the descriptor which qualifies the editor row (e.g. attribute qualifier) or null for updating all
-
-