public class CmsComponentController extends DefaultPageController
transitions| Constructor and Description |
|---|
CmsComponentController() |
| Modifier and Type | Method and Description |
|---|---|
void |
done(Wizard wizard,
WizardPage page)
This method is invoked when the done button is pressed.
|
ContentSlotModel |
getCurrentSlotModel(CmsWizard cmsWizard) |
GenericRandomNameProducer |
getGenericRandomNameProducer() |
String |
getPosition() |
void |
setPosition(String position) |
protected List<ItemModel> |
unwrapTypedObjects(Collection<TypedObject> wrappedCollection) |
boolean |
validate(Wizard wizard,
WizardPage page)
This method is invoked before leaving a page.
|
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitionspublic String getPosition()
public void setPosition(String position)
position - the position to setpublic ContentSlotModel getCurrentSlotModel(CmsWizard cmsWizard)
public void done(Wizard wizard, WizardPage page) throws WizardConfirmationException
WizardPageControllerdone in interface WizardPageControllerdone in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pageWizardConfirmationExceptionprotected List<ItemModel> unwrapTypedObjects(Collection<TypedObject> wrappedCollection)
public boolean validate(Wizard wizard, WizardPage page)
WizardPageControllervalidate in interface WizardPageControllervalidate in class DefaultPageControllerpublic GenericRandomNameProducer getGenericRandomNameProducer()
Copyright © 2017 SAP SE. All Rights Reserved.