org.xwiki.gwt.wysiwyg.client.plugin.image.ui
Class ImageDispatcherWizardStep
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<ImageConfig>
org.xwiki.gwt.wysiwyg.client.plugin.image.ui.ImageDispatcherWizardStep
- All Implemented Interfaces:
- WizardStep
public class ImageDispatcherWizardStep
- extends ResourceReferenceParserWizardStep<ImageConfig>
Forwards the control to the next step based on the image type.
- Version:
- $Id: a1a84069e939c9302a9d53b166363eb7fb0b8383 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageDispatcherWizardStep
public ImageDispatcherWizardStep(boolean allowExternalImages,
WikiServiceAsync wikiService)
- Creates a new wizard step that forwards the control to the next step based on the image type.
- Parameters:
allowExternalImages - true if users are allowed to select external images by specifying their URL,
false otherwisewikiService - the service used to parse the image reference
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.