public class NavigationNodeMandatoryPageController extends DefaultGenericItemMandatoryPageController
transitions| Constructor and Description |
|---|
NavigationNodeMandatoryPageController() |
NavigationNodeMandatoryPageController(GenericItemWizard genericItemWizard,
DefaultNavigationNodeWizard parentWizard) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeBack(Wizard wizard,
WizardPage page)
This method is invoked before proceeding to the previous page.
|
void |
beforeNext(Wizard wizard,
WizardPage page)
This method is invoked before proceeding to the next page.
|
void |
done(Wizard wizard,
WizardPage page)
This method is invoked when the done button is pressed.
|
GenericItemWizard |
getGenericItemWizard() |
DefaultNavigationNodeWizard |
getParentWizard() |
void |
initPage(Wizard wizard,
WizardPage page)
This method is invoked whenever a wizard page is created.
|
void |
setGenericItemWizard(GenericItemWizard genericItemWizard) |
void |
setParentWizard(DefaultNavigationNodeWizard parentWizard) |
createErrorMessageForException, createItem, dispatchEventAfterCreate, getPosition, getUIConfigurationService, getWizardConfiguration, hasAllMandatoryFields, next, setModelLocalizedValue, setModelSingleValue, setPosition, validatecancel, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitionspublic NavigationNodeMandatoryPageController()
public NavigationNodeMandatoryPageController(GenericItemWizard genericItemWizard, DefaultNavigationNodeWizard parentWizard)
public void done(Wizard wizard, WizardPage page)
WizardPageControllerdone in interface WizardPageControllerdone in class DefaultGenericItemMandatoryPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic void initPage(Wizard wizard, WizardPage page)
WizardPageControllerinitPage in interface WizardPageControllerinitPage in class DefaultGenericItemMandatoryPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic void beforeNext(Wizard wizard, WizardPage page)
WizardPageControllerbeforeNext in interface WizardPageControllerbeforeNext in class DefaultGenericItemMandatoryPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic void beforeBack(Wizard wizard, WizardPage page)
WizardPageControllerbeforeBack in interface WizardPageControllerbeforeBack in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic GenericItemWizard getGenericItemWizard()
public void setGenericItemWizard(GenericItemWizard genericItemWizard)
public DefaultNavigationNodeWizard getParentWizard()
public void setParentWizard(DefaultNavigationNodeWizard parentWizard)
Copyright © 2018 SAP SE. All Rights Reserved.