|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.ui.wizard.Wizard
org.xwiki.gwt.wysiwyg.client.plugin.importer.ui.ImportWizard
public class ImportWizard
Import wizard responsible for performing various content import operation into wysiwyg editor.
| Nested Class Summary | |
|---|---|
static class |
ImportWizard.ImportWizardStep
Enumeration of steps comprising the import wizard. |
| Nested classes/interfaces inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard |
|---|
Wizard.AbstractDefaultAsyncCallback<T> |
| Nested classes/interfaces inherited from interface org.xwiki.gwt.user.client.ui.wizard.NavigationListener |
|---|
NavigationListener.NavigationDirection |
| Field Summary |
|---|
| Fields inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard |
|---|
currentStep, dialog, navigationStack, provider, wizardListeners |
| Constructor Summary | |
|---|---|
ImportWizard(Config config,
ImportServiceAsync importService,
WikiServiceAsync wikiService)
Instantiates the import wizard. |
|
| Method Summary | |
|---|---|
WizardStep |
getStep(java.lang.String name)
|
| 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 |
| Constructor Detail |
|---|
public ImportWizard(Config config,
ImportServiceAsync importService,
WikiServiceAsync wikiService)
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| Method Detail |
|---|
public WizardStep getStep(java.lang.String name)
getStep in interface WizardStepProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||