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() |
java.lang.String |
getPosition() |
void |
setPosition(java.lang.String position) |
protected java.util.List<ItemModel> |
unwrapTypedObjects(java.util.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 java.lang.String getPosition()
public void setPosition(java.lang.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 java.util.List<ItemModel> unwrapTypedObjects(java.util.Collection<TypedObject> wrappedCollection)
public boolean validate(Wizard wizard, WizardPage page)
WizardPageControllervalidate in interface WizardPageControllervalidate in class DefaultPageControllerpublic GenericRandomNameProducer getGenericRandomNameProducer()
Copyright © 2018 SAP SE. All Rights Reserved.