public class ImageWizard extends Wizard implements WizardStepProvider
ImageConfig object, in successive steps. This class
extends the Wizard class by encapsulating WizardStepProvider behavior specific to images.| Modifier and Type | Class and Description |
|---|---|
static class |
ImageWizard.ImageWizardStep
Enumeration steps handled by this image wizard.
|
Wizard.AbstractAsyncCallbackAdaptor<T>NavigationListener.NavigationDirectioncurrentStep, dialog, finishing, navigationStack, provider, wizardListeners| Constructor and Description |
|---|
ImageWizard(Config config,
WikiServiceAsync wikiService)
Builds a
ImageWizard from the passed Config. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getResult() |
WizardStep |
getStep(String name) |
void |
start(String startStep,
Object data) |
addWizardListener, getProvider, hideDialog, initAndDisplayCurrentStep, onCancel, onClose, onDirection, onFinish, onNext, onPrevious, removeWizardListener, setProvider, unloadCurrentSteppublic ImageWizard(Config config, WikiServiceAsync wikiService)
ImageWizard from the passed Config. The configuration is used to get WYSIWYG editor
specific information for this wizard, such as the current page, configuration parameters.config - the context configuration for this ImageWizardwikiService - the service used to access the image attachmentsCopyright © 2004–2016 XWiki. All rights reserved.