public class RestrictionOutputActionController extends DefaultPageController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTACHED_EDITOR_COMP |
static java.lang.String |
RESTRICTED_ITEM |
transitions| Constructor and Description |
|---|
RestrictionOutputActionController() |
| Modifier and Type | Method and Description |
|---|---|
protected RestrictionActionCreateContext |
convertContext(TypedObject restrictedCmsItem,
WizardContext wizardContext) |
void |
done(Wizard wizard,
WizardPage page)
This method is invoked when the done button is pressed.
|
void |
doSelectType(Wizard wizard) |
protected BTGCockpitService |
getBtgCockpitService() |
protected TypedObject |
getPredefinedValue(java.lang.String code,
WizardContext wizardContext) |
protected TypeService |
getTypeService() |
void |
initPage(Wizard wizard,
WizardPage page)
This method is invoked whenever a wizard page is created.
|
WizardPage |
next(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the next page.
|
void |
selectCmsItemType(Combobox combobox,
BTGSegmentRestrictionActionWizard wizard) |
void |
selectCmsItemType(Listbox listbox,
BTGSegmentRestrictionActionWizard wizard) |
void |
setBtgCockpitService(BTGCockpitService btgCockpitService) |
void |
setComboTypeSelection(Combobox combobox,
BTGSegmentRestrictionActionWizard wizard) |
void |
setTypeService(TypeService typeService) |
boolean |
validate(Wizard wizard,
WizardPage page)
This method is invoked before leaving a page.
|
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitionspublic static final java.lang.String ATTACHED_EDITOR_COMP
public static final java.lang.String RESTRICTED_ITEM
public void initPage(Wizard wizard, WizardPage page)
WizardPageControllerinitPage in interface WizardPageControllerinitPage in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic 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 RestrictionActionCreateContext convertContext(TypedObject restrictedCmsItem, WizardContext wizardContext)
protected TypedObject getPredefinedValue(java.lang.String code, WizardContext wizardContext)
public boolean validate(Wizard wizard, WizardPage page)
WizardPageControllervalidate in interface WizardPageControllervalidate in class DefaultPageControllerpublic WizardPage next(Wizard wizard, WizardPage page)
WizardPageControllernext in interface WizardPageControllernext in class DefaultPageControllerwizard - the wizard which contains the pagespage - the current pagepublic void selectCmsItemType(Combobox combobox,
BTGSegmentRestrictionActionWizard wizard)
public void selectCmsItemType(Listbox listbox,
BTGSegmentRestrictionActionWizard wizard)
public void setComboTypeSelection(Combobox combobox,
BTGSegmentRestrictionActionWizard wizard)
public void doSelectType(Wizard wizard)
public void setBtgCockpitService(BTGCockpitService btgCockpitService)
protected BTGCockpitService getBtgCockpitService()
public void setTypeService(TypeService typeService)
protected TypeService getTypeService()
Copyright © 2018 SAP SE. All Rights Reserved.