public class LiveEditCmsComponentController extends CmsComponentController
transitions| Constructor and Description |
|---|
LiveEditCmsComponentController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallbackHandler(LiveEditControllerCallbackHandler handler) |
void |
cancel(Wizard wizard,
WizardPage page)
This method is invoked when the cancel button is pressed.
|
void |
done(Wizard wizard,
WizardPage page)
Override this method so we can refresh the live edit frame after the wizard completes.
|
BrowserModel |
getBrowserModel() |
java.util.List<LiveEditControllerCallbackHandler> |
getCallbackHandlers() |
void |
removeCallbackHandler(int index) |
void |
removeCallbackHandler(LiveEditControllerCallbackHandler handler) |
void |
setBrowserModel(BrowserModel browserModel) |
void |
setLiveEditView(LiveEditView liveEditView) |
getCurrentSlotModel, getGenericRandomNameProducer, getPosition, setPosition, unwrapTypedObjects, validatebeforeBack, beforeNext, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitionspublic void done(Wizard wizard, WizardPage page) throws WizardConfirmationException
done in interface WizardPageControllerdone in class CmsComponentControllerwizard - the wizard which contains the pagepage - the currently accessed pageWizardConfirmationExceptionpublic void cancel(Wizard wizard, WizardPage page)
WizardPageControllercancel in interface WizardPageControllercancel in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic java.util.List<LiveEditControllerCallbackHandler> getCallbackHandlers()
public void addCallbackHandler(LiveEditControllerCallbackHandler handler)
public void removeCallbackHandler(LiveEditControllerCallbackHandler handler)
public void removeCallbackHandler(int index)
public BrowserModel getBrowserModel()
public void setBrowserModel(BrowserModel browserModel)
browserModel - the browserModel to setpublic void setLiveEditView(LiveEditView liveEditView)
liveEditView - the liveEditView to setCopyright © 2018 SAP SE. All Rights Reserved.