public class DefaultNavigationNodeWizard extends Wizard
NavigationNodePerspective. | Modifier and Type | Class and Description |
|---|---|
static class |
DefaultNavigationNodeWizard.FinalizeWizardEvent
Additional event for wizard that is responsible for correct wizard finalization.
|
Wizard.WizardEventcurrentPage, DO_BACK_ON_FIRST_PAGE, frameComponent, history, messages| Constructor and Description |
|---|
DefaultNavigationNodeWizard() |
| Modifier and Type | Method and Description |
|---|---|
void |
doDone() |
void |
doNext() |
String |
getCmsNavigationNodeName()
Retrieves navigation node name that was specified by user.
|
Map<String,String> |
getCmsNavigationNodeTitle()
Retrieves navigation node title that was specified by user.
|
NavigationNodeMandatoryPageController |
getDefaultInnerWizardPageController() |
GenericRandomNameProducer |
getGenericRandomNameProducer() |
List<String> |
getMediaMimeTypes() |
GenericItemWizard |
getNavigationNodeInnerWizard() |
Map<String,Object> |
getPredefinedValuesForInnerWizard()
Returns all predefined values for wizard regarding current mode.
|
String |
getSelectedDecision()
Retrieves selected decision from
WizardContext. |
String |
getSelectedMode()
Retrieves selected mode from
WizardContext. |
String |
getSelectedTypeName()
Returns a localized name regarding selected mode.
|
List<ObjectTemplate> |
getSupportedObjectTemplates()
Returns all supported object templates.
|
protected SystemService |
getSystemService() |
TypeService |
getTypeService() |
UIAccessRightService |
getUiAccessRightService() |
List<String> |
getUserDecisions()
Retrieves supported user decisions.
|
DefaultWizardContext |
getWizardContext() |
void |
init(GenericItemMandatoryPage page,
Component parent)
Responsible for inner wizard initialization.
|
void |
initializeInnerWizard(GenericItemWizard innerWizard,
WizardPage page)
Responsible for inner wizard initialization.
|
boolean |
isCmsNavigationNodeVisible()
Checks whether navigation node should be visible.
|
boolean |
isCreateModeEnabled()
Checks whether create mode was selected.
|
boolean |
isMediaModeSelected()
Checks whether media mode is chosen.
|
boolean |
isModeSelected()
Checks whether user select mode.
|
void |
setDecision(String currentDecision)
Stores selected decision into
WizardContext. |
void |
setDefaultInnerWizardPageController(NavigationNodeMandatoryPageController defaultInnerWizardPageController) |
void |
setGenericRandomNameProducer(GenericRandomNameProducer genericRandomNameProducer) |
void |
setMediaMimeTypes(List<String> mediaMimeTypes) |
void |
setNavigationNodeInnerWizard(GenericItemWizard navigationNodeInnerWizard) |
void |
setResources(List<TypedObject> resources)
Sets related items into wizard context
WizardContext. |
void |
setSelectedMode(String selectedMode)
Stores selected mode into
WizardContext. |
void |
setSupportedTypes(List<String> supportedTypes) |
void |
setTypeService(TypeService typeService) |
void |
setUiAccessRightService(UIAccessRightService uiAccessRightService) |
void |
setWizardContext(WizardContext context) |
void |
updateView() |
addMessage, checkShowBackOnFirstPage, cleanupHistory, close, createFrameComponent, createPageComponent, doBack, doCancel, getAllPageAttributes, getComponentURI, getContextClass, getCurrentController, getCurrentPage, getDefaultController, getFrameComponent, getHeight, getMessages, getPage, getPageContainer, getPageRoot, getPages, getPreviousPage, getTitle, getWidth, isForceHideDone, isForceShowNext, isShowBack, isShowCancel, isShowDone, isShowNext, refreshButtons, resize, setComponentURI, setContextClass, setCurrentPage, setDefaultController, setForceHideDone, setForceShowNext, setHeight, setPageRoot, setPages, setPreviousPage, setShowBack, setShowCancel, setShowDone, setShowNext, setTitle, setWidth, setWizardTitle, show, show, showprotected static final String CMS_LINK_COMPONENT_MODE
protected static final String CONTENT_PAGE_MODE
protected static final String MEDIA_MODE
protected static final String SELECTED_MODE
protected static final String SELECTED_DECISION
protected static final String DEFAULT_COLLECTTION_EDITOR
protected static final String CMS_NAVIGATION_NODE_VISIBLE
protected static final String CMS_NAVIGATION_NODE_NAME
protected static final String CMS_NAVIGATION_NODE_TITLE
protected static final String MIME_TYPES
protected static final String CREATE_NEW_DECISION
protected static final String SELECT_EXISTING_DECISION
protected static final String CURRENT_CATATLOG_VERSION
protected static final String DOT_CATATLOG_VERSION
protected static final String RESOURCES_PARAM
protected static final String CMSITEM_UID
protected static final String ABSTRACTCMSCOMPONENT
protected static final String ABSTRACTCMSCOMPONENT_UID_PREFIX
protected static final String ABSTRACTPAGE
protected static final String ABSTRACTPAGE_UID_PREFIX
protected static final String MEDIA_UID_PREFIX
protected static final String LINK_UID_PREFIX
public boolean isCreateModeEnabled()
public boolean isCmsNavigationNodeVisible()
public String getCmsNavigationNodeName()
public Map<String,String> getCmsNavigationNodeTitle()
public DefaultWizardContext getWizardContext()
getWizardContext in class Wizardpublic void setWizardContext(WizardContext context)
setWizardContext in class Wizardpublic void setSelectedMode(String selectedMode)
WizardContext.
public void setDecision(String currentDecision)
WizardContext.
public String getSelectedMode()
WizardContext.
public String getSelectedDecision()
WizardContext.
public boolean isMediaModeSelected()
public boolean isModeSelected()
public Map<String,Object> getPredefinedValuesForInnerWizard()
public String getSelectedTypeName()
public List<ObjectTemplate> getSupportedObjectTemplates()
cmscockpitNavigationNodeConfigpublic void setResources(List<TypedObject> resources)
WizardContext.
public void initializeInnerWizard(GenericItemWizard innerWizard, WizardPage page)
innerWizard - wizard for creating a new instance of itemspage - that will be assigned to wizardpublic void updateView()
updateView in class Wizardpublic void init(GenericItemMandatoryPage page, Component parent)
page - mandatory wizard pageparent - parent componentprotected SystemService getSystemService()
public UIAccessRightService getUiAccessRightService()
public void setUiAccessRightService(UIAccessRightService uiAccessRightService)
public void setTypeService(TypeService typeService)
public TypeService getTypeService()
public NavigationNodeMandatoryPageController getDefaultInnerWizardPageController()
public void setDefaultInnerWizardPageController(NavigationNodeMandatoryPageController defaultInnerWizardPageController)
public void setNavigationNodeInnerWizard(GenericItemWizard navigationNodeInnerWizard)
public GenericItemWizard getNavigationNodeInnerWizard()
public void setGenericRandomNameProducer(GenericRandomNameProducer genericRandomNameProducer)
public GenericRandomNameProducer getGenericRandomNameProducer()
Copyright © 2017 SAP SE. All Rights Reserved.