public class UploadMediaPageController extends DefaultPageController
transitions| Constructor and Description |
|---|
UploadMediaPageController() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
MediaInfoService |
getMediaInfoService() |
MediaService |
getMediaService() |
TypeService |
getTypeService() |
void |
initPage(Wizard wizard,
WizardPage page)
This method is invoked whenever a wizard page is created.
|
void |
setMediaInfoService(MediaInfoService mediaInfoService) |
void |
setMediaService(MediaService mediaService) |
protected void |
updateMediaModel(MediaModel currentMediaModel,
Media mediaContent) |
beforeBack, cancel, evaluateAttribute, evaluateTransition, getFirstPage, next, previous, setTransitions, validatepublic void done(Wizard wizard, WizardPage page) throws WizardConfirmationException
WizardPageControllerdone in interface WizardPageControllerdone in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pageWizardConfirmationExceptionpublic void beforeNext(Wizard wizard, WizardPage page)
WizardPageControllerbeforeNext in interface WizardPageControllerbeforeNext in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pagepublic void initPage(Wizard wizard, WizardPage page)
WizardPageControllerinitPage in interface WizardPageControllerinitPage in class DefaultPageControllerwizard - the wizard which contains the pagepage - the currently accessed pageprotected void updateMediaModel(MediaModel currentMediaModel, Media mediaContent)
public void setMediaService(MediaService mediaService)
public MediaService getMediaService()
public void setMediaInfoService(MediaInfoService mediaInfoService)
public MediaInfoService getMediaInfoService()
public TypeService getTypeService()
Copyright © 2018 SAP SE. All Rights Reserved.