|
||||||||||
| 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
com.xpn.xwiki.wysiwyg.client.plugin.image.ui.ImageWizard
public class ImageWizard
The link wizard, used to configure image parameters in a
ImageConfig object, in successive steps. This class extends the
Wizard class by encapsulating WizardStepProvider behavior specific to images.
| Nested Class Summary | |
|---|---|
static class |
ImageWizard.ImageWizardSteps
Enumeration steps handled by this image 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 | |
|---|---|
ImageWizard(Config config,
WikiServiceAsync wikiService)
Builds a ImageWizard from the passed Config. |
|
| Method Summary | |
|---|---|
WizardStep |
getStep(java.lang.String name)
|
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.Wizard |
|---|
addWizardListener, getProvider, 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 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 attachments| Method Detail |
|---|
public WizardStep getStep(java.lang.String name)
getStep in interface WizardStepProviderWizardStepProvider.getStep(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||