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.
ExternalImageSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step that allows the user to select an external image by specifying its URL.
ImageSelectorAggregatorWizardStep(boolean selectionLimitedToCurrentPage, boolean allowExternalImage, WikiServiceAsync wikiService)
          Creates a new wizard step that aggregates multiple views for selecting an image from different location.
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 AbstractExplorerWizardStep.getWikiService()
           
protected  WikiServiceAsync LinkConfigWizardStep.getWikiService()
           
 

Constructors in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type WikiServiceAsync
AbstractExplorerWizardStep(WikiServiceAsync wikiService, boolean addPage, boolean showAttachments, boolean addAttachments)
          Builds a AbstractExplorerWizardStep from the passed settings.
AbstractExplorerWizardStep(WikiServiceAsync wikiService, boolean addPage, boolean showAttachments, boolean addAttachments, int width, int height)
          Builds a AbstractExplorerWizardStep from the passed settings, with parameters for size.
AbstractExternalLinkWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step for configuring links to external entities.
AbstractPageListSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new selector.
AttachmentExplorerWizardStep(WikiServiceAsync wikiService)
          Creates a new attachment selection wizard step that allows the user to select an attachment from a tree.
CreateNewPageWizardStep(WikiServiceAsync wikiService)
          Creates a new wizard step that allows the user to create a link to a new page.
CurrentPageAttachmentSelectorWizardStep(WikiServiceAsync wikiService)
          Builds a selector from the attachments of the link origin page.
LinkConfigWizardStep(WikiServiceAsync wikiService)
          Creates a new link configuration wizard step.
LinkWizard(Config config, WikiServiceAsync wikiService)
          Builds a LinkWizard from the passed Config.
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.
WikiPageExplorerWizardStep(WikiServiceAsync wikiService)
          Creates a wiki page selection wizard step that allows the user to select the page to link to from a tree.
 

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
 

Methods in org.xwiki.gwt.wysiwyg.client.widget.wizard.util that return WikiServiceAsync
 WikiServiceAsync AbstractEntityListSelectorWizardStep.getWikiService()
           
 WikiServiceAsync AbstractFileUploadWizardStep.getWikiService()
           
 WikiServiceAsync AbstractEntitySelectorAggregatorWizardStep.getWikiService()
           
 

Constructors in org.xwiki.gwt.wysiwyg.client.widget.wizard.util with parameters of type WikiServiceAsync
AbstractEntityListSelectorWizardStep(WikiServiceAsync wikiService)
          Creates a new entity selector that allows the user to select the entity to link to from a list.
AbstractEntitySelectorAggregatorWizardStep(WikiServiceAsync wikiService)
          Creates a new entity selector wizard step that uses the given service to access the wiki.
AbstractFileUploadWizardStep(WikiServiceAsync wikiService)
          Creates a new file upload wizard step that uses the given service to get information about the uploaded files.
AttachmentSelectorAggregatorWizardStep(boolean selectionLimitedToCurrentPage, WikiServiceAsync wikiService)
          Creates a new attachment selector wizard step.
LinkUploadWizardStep(WikiServiceAsync wikiService)
          Creates a new upload wizard step that uses the given service to access the attachments.
 

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-2010 XWiki. All Rights Reserved.