org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Class LinkWizard
java.lang.Object
org.xwiki.gwt.user.client.ui.wizard.Wizard
org.xwiki.gwt.wysiwyg.client.plugin.link.ui.LinkWizard
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.CloseHandler<CompositeDialogBox>, com.google.gwt.event.shared.EventHandler, NavigationListener
public class LinkWizard
- extends Wizard
The link wizard, used to configure link parameters in a LinkConfig object, in successive steps.
- Version:
- $Id: 3da8c909d9dce35284c8873e240a17efd773fcfc $
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard |
addWizardListener, getProvider, hideDialog, initAndDisplayCurrentStep, onCancel, onClose, onDirection, onFinish, onNext, onPrevious, removeWizardListener, setProvider, unloadCurrentStep |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkWizard
public LinkWizard(Config config,
WikiServiceAsync wikiService)
- Builds a
LinkWizard from the passed Config. The configuration is used to get WYSIWYG editor
specific information for this wizard, such as the current page, etc.
- Parameters:
config - the context configuration for this LinkWizardwikiService - the service used to access the wiki
start
public void start(String startStep,
Object data)
-
- Overrides:
start in class Wizard
- See Also:
Wizard.start(String, Object)
getResult
protected Object getResult()
-
- Overrides:
getResult in class Wizard
- See Also:
Wizard.getResult()
Copyright © 2004-2012 XWiki. All Rights Reserved.