org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Class LinkDispatcherWizardStep

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
      extended by org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep<EntityLink<T>>
          extended by org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceParserWizardStep<LinkConfig>
              extended by 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 $

Constructor Summary
LinkDispatcherWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step that forwards the control to the next step based on the link type.
 
Method Summary
 String getNextStep()
          
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceParserWizardStep
onSubmit
 
Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
display, getData, getResult, getStepTitle, init, isAutoSubmit, onCancel, setStepTitle
 
Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
getDirectionName, getValidDirections, setDirectionName, setNextStep, setValidDirections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getNextStep

public String getNextStep()

Specified by:
getNextStep in interface WizardStep
Overrides:
getNextStep in class AbstractNavigationAwareWizardStep
See Also:
AbstractNavigationAwareWizardStep.getNextStep()


Copyright © 2004-2013 XWiki. All Rights Reserved.