org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
Class ImportWizard
java.lang.Object
org.xwiki.gwt.user.client.ui.wizard.Wizard
org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.CloseHandler<CompositeDialogBox>, com.google.gwt.event.shared.EventHandler, NavigationListener, WizardStepProvider
public class ImportWizard
- extends Wizard
- implements WizardStepProvider
Import wizard responsible for performing various content import operation into wysiwyg editor.
- Since:
- 2.0.1
- Version:
- $Id: 48da36557b8a2479258971793fb02c16a9821ca3 $
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard |
addWizardListener, getProvider, getResult, hideDialog, initAndDisplayCurrentStep, onCancel, onClose, onDirection, onFinish, onNext, onPrevious, removeWizardListener, setProvider, start, unloadCurrentStep |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportWizard
public ImportWizard(Config config,
ImportServiceAsync importService,
WikiServiceAsync wikiService)
- Instantiates the import wizard.
- Parameters:
config - the object used to configure this wizardimportService - the component used to clean content pasted from office documents and to import office
documentswikiService - the service used to access the import attachments
getStep
public WizardStep getStep(String name)
-
- Specified by:
getStep in interface WizardStepProvider
Copyright © 2004-2013 XWiki. All Rights Reserved.