Uses of Interface
org.xwiki.gwt.wysiwyg.client.wiki.WikiServiceAsync

Packages that use WikiServiceAsync
org.xwiki.gwt.wysiwyg.client.plugin.image   
org.xwiki.gwt.wysiwyg.client.plugin.image.ui   
org.xwiki.gwt.wysiwyg.client.plugin.importer   
org.xwiki.gwt.wysiwyg.client.plugin.importer.ui   
org.xwiki.gwt.wysiwyg.client.plugin.link   
org.xwiki.gwt.wysiwyg.client.plugin.link.ui   
org.xwiki.gwt.wysiwyg.client.widget   
org.xwiki.gwt.wysiwyg.client.widget.wizard.util   
org.xwiki.gwt.wysiwyg.client.wiki   
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.image
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.image with parameters of type WikiServiceAsync
ImagePlugin(WikiServiceAsync wikiService)
          Create a new image plugin that used the specified wiki service.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.image.ui
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.image.ui with parameters of type WikiServiceAsync
CurrentPageImageSelectorWizardStep(WikiServiceAsync wikiService, boolean useLinkDestination)
          Creates a new image selector that displays the images attached to the link destination page.
ImageDispatcherWizardStep(boolean allowExternalImages, WikiServiceAsync wikiService)
          Creates a new wizard step that forwards the control to the next step based on the image type.
ImagesExplorerWizardStep(boolean displayWikiSelector, WikiServiceAsync wikiService)
          Builds an image explorer with the default selection on the passed resource.
ImageWizard(Config config, WikiServiceAsync wikiService)
          Builds a ImageWizard from the passed Config.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.importer
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.importer with parameters of type WikiServiceAsync
ImportPlugin(ImportServiceAsync importService, WikiServiceAsync wikiService)
          Creates a new import plug-in that used the given import service.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui with parameters of type WikiServiceAsync
ImportOfficeFileWizardStep(Config config, WikiServiceAsync wikiService, ImportServiceAsync importService)
          Instantiates the office document import wizard step.
ImportWizard(Config config, ImportServiceAsync importService, WikiServiceAsync wikiService)
          Instantiates the import wizard.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.link
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.link with parameters of type WikiServiceAsync
LinkPlugin(WikiServiceAsync wikiService)
          Creates a new link plugin that will use the specified wiki service.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.plugin.link.ui
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui that return WikiServiceAsync
protected  WikiServiceAsync LinkConfigWizardStep.getWikiService()
           
protected  WikiServiceAsync AbstractPageListSelectorWizardStep.getWikiService()
           
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type WikiServiceAsync
AbstractExternalLinkWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step for configuring links to external entities.
AbstractPageListSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new selector.
CurrentPageAttachmentSelectorWizardStep(WikiServiceAsync wikiService)
          Builds a selector from the attachments of the link origin page.
LinkConfigWizardStep(WikiServiceAsync wikiService)
          Creates a new link configuration wizard step.
LinkDispatcherWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step that forwards the control to the next step based on the link type.
LinkWizard(Config config, WikiServiceAsync wikiService)
          Builds a LinkWizard from the passed Config.
LinkWizardStepProvider(Config config, WikiServiceAsync wikiService)
          Creates a new step provider.
PageSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new page selector, that aggregates different views for selecting a page: recently modified pages, all pages or page search.
RecentChangesSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new page selector based on the recently modified pages.
SearchSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new page selector from search results.
WebPageLinkWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step for configuring a link to an external web page.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.widget
 

Constructors in org.xwiki.gwt.wysiwyg.client.widget with parameters of type WikiServiceAsync
PageSelector(WikiServiceAsync wikiService)
          Creates a new page selector that uses the given service to get the list of page names.
SpaceSelector(WikiServiceAsync wikiService)
          Creates a new space selector that uses the given service to retrieve the list of space names.
WikiSelector(WikiServiceAsync wikiService)
          Builds a wiki selector.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.widget.wizard.util
 

Constructors in org.xwiki.gwt.wysiwyg.client.widget.wizard.util with parameters of type WikiServiceAsync
AbstractFileUploadWizardStep(WikiServiceAsync wikiService)
          Creates a new file upload wizard step that uses the given service to get information about the uploaded files.
LinkUploadWizardStep(WikiServiceAsync wikiService)
          Creates a new upload wizard step that uses the given service to access the attachments.
ResourceReferenceParserWizardStep(WikiServiceAsync wikiService)
          Creates a new step that parses the resource reference from the input data.
ResourceReferenceSerializerWizardStep(WikiServiceAsync wikiService)
          Creates a new step that serializes the resource reference from the input data.
 

Uses of WikiServiceAsync in org.xwiki.gwt.wysiwyg.client.wiki
 

Classes in org.xwiki.gwt.wysiwyg.client.wiki that implement WikiServiceAsync
 class WikiServiceAsyncCacheProxy
          Cache proxy for WikiServiceAsync.
 

Constructors in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type WikiServiceAsync
WikiServiceAsyncCacheProxy(WikiServiceAsync service)
          Creates a new cache proxy for the given service.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.