org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Class LinkDispatcherWizardStep
java.lang.Object
org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep<EntityLink<T>>
org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceParserWizardStep<LinkConfig>
org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkDispatcherWizardStep
- All Implemented Interfaces:
- WizardStep
public class LinkDispatcherWizardStep
- extends ResourceReferenceParserWizardStep<LinkConfig>
Forwards the control to the next step based on the link type.
- Version:
- $Id: 4b12aaf9b1dbb46a8d6ea9dcb8a5be7026a4bd8c $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkDispatcherWizardStep
public LinkDispatcherWizardStep(WikiServiceAsync wikiService)
- Creates a new wizard step that forwards the control to the next step based on the link type.
- Parameters:
wikiService - the service used to parse the link reference
getNextStep
public String getNextStep()
-
- Specified by:
getNextStep in interface WizardStep- Overrides:
getNextStep in class AbstractNavigationAwareWizardStep
- See Also:
AbstractNavigationAwareWizardStep.getNextStep()
Copyright © 2004–2014 XWiki. All rights reserved.