Uses of Class
de.hybris.platform.cmscockpit.components.liveedit.LiveEditView
-
-
Uses of LiveEditView in de.hybris.platform.cmscockpit.callbackevents
Methods in de.hybris.platform.cmscockpit.callbackevents with parameters of type LiveEditView Modifier and Type Method Description voidDefaultEditComponentCallbackEventHandler. onCallbackEvent(LiveEditView view, java.util.Map<java.lang.String,java.lang.Object> attributesMap)voidUrlChangeCallbackEventHandler. onCallbackEvent(LiveEditView view, java.util.Map<java.lang.String,java.lang.Object> attributeMap) -
Uses of LiveEditView in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return LiveEditView Modifier and Type Method Description protected LiveEditViewCmsPageMainAreaPreviewComponentFactory. newDefaultLiveEditView(DefaultLiveEditViewModel liveEditViewModel)Hook for custom LiveEditView -
Uses of LiveEditView in de.hybris.platform.cmscockpit.components.liveedit
Classes in de.hybris.platform.cmscockpit.components.liveedit with type parameters of type LiveEditView Modifier and Type Interface Description interfaceCallbackEventHandler<V extends LiveEditView>interfaceCallbackEventHandlerRegistry<V extends LiveEditView>interfaceRefreshContentHandler<V extends LiveEditView>interfaceRefreshContentHandlerRegistry<V extends LiveEditView>Methods in de.hybris.platform.cmscockpit.components.liveedit with parameters of type LiveEditView Modifier and Type Method Description voidLiveEditView.DesktopRefreshContentHandler. onRefresh(LiveEditView view) -
Uses of LiveEditView in de.hybris.platform.cmscockpit.components.liveedit.impl
Classes in de.hybris.platform.cmscockpit.components.liveedit.impl with type parameters of type LiveEditView Modifier and Type Class Description classLiveEditPopupEditDialog<T extends LiveEditView>Represents reference selector modal dialog - container for advanced search component.Methods in de.hybris.platform.cmscockpit.components.liveedit.impl that return types with arguments of type LiveEditView Modifier and Type Method Description java.util.List<RefreshContentHandler<LiveEditView>>DefaultRefreshContentHandlerRegistry. getRefreshContentHandlers()Method parameters in de.hybris.platform.cmscockpit.components.liveedit.impl with type arguments of type LiveEditView Modifier and Type Method Description voidDefaultRefreshContentHandlerRegistry. setHandlers(java.util.List<RefreshContentHandler<LiveEditView>> handlers) -
Uses of LiveEditView in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return LiveEditView Modifier and Type Method Description protected LiveEditViewLiveEditContentBrowser.DefaultLiveEditMainAreaComponent. newLiveEditView(LiveEditBrowserModel liveEditBrowserModel)
-