public class LinkWizard extends Wizard
LinkConfig object, in successive steps.| Modifier and Type | Class and Description |
|---|---|
static class |
LinkWizard.LinkWizardStep
Enumeration steps handled by this link wizard.
|
Wizard.AbstractAsyncCallbackAdaptor<T>NavigationListener.NavigationDirectioncurrentStep, dialog, finishing, navigationStack, provider, wizardListeners| Constructor and Description |
|---|
LinkWizard(Config config,
WikiServiceAsync wikiService)
Builds a
LinkWizard from the passed Config. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getResult() |
void |
start(String startStep,
Object data) |
addWizardListener, getProvider, hideDialog, initAndDisplayCurrentStep, onCancel, onClose, onDirection, onFinish, onNext, onPrevious, removeWizardListener, setProvider, unloadCurrentSteppublic LinkWizard(Config config, WikiServiceAsync wikiService)
LinkWizard from the passed Config. The configuration is used to get WYSIWYG editor
specific information for this wizard, such as the current page, etc.config - the context configuration for this LinkWizardwikiService - the service used to access the wikipublic void start(String startStep, Object data)
start in class WizardWizard.start(String, Object)protected Object getResult()
getResult in class WizardWizard.getResult()Copyright © 2004–2015 XWiki. All rights reserved.