Class AbstractLiveEditCaptionButtonHandler
java.lang.Object
de.hybris.platform.cmscockpit.components.liveedit.AbstractLiveEditCaptionButtonHandler
- All Implemented Interfaces:
LiveEditCaptionButtonHandler
- Direct Known Subclasses:
LiveEditContentBrowser.ActivateLiveEditCaptionButtonHandler,LiveEditContentBrowser.PageEditLiveEditCaptionButtonHandler,LiveEditContentBrowser.PreviewContextLiveEditCaptionButtonHandler
public abstract class AbstractLiveEditCaptionButtonHandler
extends Object
implements LiveEditCaptionButtonHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.zkoss.zul.WindowcreatePopupWindow(org.zkoss.zk.ui.Component parent) protected org.zkoss.zul.ButtoncreateRightCaptionButton(String label, String sClass, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.event.EventListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cmscockpit.components.liveedit.LiveEditCaptionButtonHandler
createButton
-
Constructor Details
-
AbstractLiveEditCaptionButtonHandler
public AbstractLiveEditCaptionButtonHandler()
-
-
Method Details
-
createRightCaptionButton
-
createPopupWindow
protected org.zkoss.zul.Window createPopupWindow(org.zkoss.zk.ui.Component parent)
-