|
||||||||||
| 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.link.ui.LinkWizard
public class LinkWizard
The link wizard, used to configure link parameters in a LinkConfig
object, in successive steps. This class extends the Wizard class by encapsulating WizardStepProvider
behavior specific to links.
| Nested Class Summary | |
|---|---|
static class |
LinkWizard.LinkWizardSteps
Enumeration steps handled by this link 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 | |
|---|---|
LinkWizard(Config config,
WikiServiceAsync wikiService)
Builds a LinkWizard 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 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 wiki| 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 | |||||||||