Uses of Class
com.xpn.xwiki.wysiwyg.client.util.ResourceName

Packages that use ResourceName
com.xpn.xwiki.wysiwyg.client.plugin.image.ui   
com.xpn.xwiki.wysiwyg.client.plugin.link.ui   
com.xpn.xwiki.wysiwyg.client.util   
com.xpn.xwiki.wysiwyg.client.widget.wizard.util   
 

Uses of ResourceName in com.xpn.xwiki.wysiwyg.client.plugin.image.ui
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.image.ui with parameters of type ResourceName
protected  void ImagesExplorerWizardStep.initCurrentPage(ResourceName resource, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
          Initializes and displays the page selector panel for the currently selected resource.
 void CurrentPageImageSelectorWizardStep.setCurrentPage(ResourceName currentPage)
          Updates the current page for which this wizard step provides selection interface.
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.image.ui with parameters of type ResourceName
CurrentPageImageSelectorWizardStep(ResourceName currentPage)
          Builds a selector from the images of the specified current page.
CurrentPageImageSelectorWizardStep(ResourceName currentPage, ResourceName editedResource)
          Builds a selector from the images of the specified current page to edit the specified resource.
ImageSelectorWizardStep(ResourceName editedResource)
          Builds an image selector wizard step for the currently edited resource.
ImagesExplorerWizardStep(ResourceName editedResource, boolean displayWikiSelector, WikiServiceAsync wikiService)
          Builds an image explorer with the default selection on the passed resource.
ImageUploadWizardStep(ResourceName editedResource)
          Builds an image upload wizard step for the currently edited resource.
 

Uses of ResourceName in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
 

Constructors in com.xpn.xwiki.wysiwyg.client.plugin.link.ui with parameters of type ResourceName
AbstractPageListSelectorWizardStep(ResourceName editedResource)
          Builds a selector from a list of pages of the specified page.
AttachmentExplorerWizardStep(ResourceName editedResource)
          Creates an attachment selection wizard step for the specified resource to be edited.
AttachmentSelectorWizardStep(ResourceName editedResource)
          Builds an attachment selector step for the currently edited resource.
AttachmentUploadWizardStep(ResourceName editedResource)
          Builds an attachment upload wizard step for the currently edited resource.
CreateNewPageWizardStep(ResourceName editedResource)
          Creates a new wizard step for the passed edited resource.
CurrentPageAttachmentSelectorWizardStep(ResourceName editedResource)
          Builds a selector from the attachments of the specified page.
PageSelectorWizardStep(ResourceName editedResource)
          Builds a page selector step for the currently edited resource.
RecentChangesSelectorWizardStep(ResourceName editedResource)
          Builds a page list selector wizard step for the currently edited resource.
SearchSelectorWizardStep(ResourceName editedResource)
          Builds a search selector wizard step for the passed edited resource.
WikiPageExplorerWizardStep(ResourceName editedResource)
          Creates a wiki page selection wizard step with the specified default selection.
 

Uses of ResourceName in com.xpn.xwiki.wysiwyg.client.util
 

Methods in com.xpn.xwiki.wysiwyg.client.util that return ResourceName
 ResourceName ResourceName.getRelativeTo(ResourceName resource)
          Returns minimal representation of the current resource relative to the passed resource.
 ResourceName ResourceName.resolveRelativeTo(ResourceName resource)
          Resolves the current resource relative to the passed resource.
 

Methods in com.xpn.xwiki.wysiwyg.client.util with parameters of type ResourceName
 ResourceName ResourceName.getRelativeTo(ResourceName resource)
          Returns minimal representation of the current resource relative to the passed resource.
 boolean ResourceName.matchesUpToPage(ResourceName resource)
          Compares this resource with the passed resource to check if the values for the components match up to the page component, inclusive.
 ResourceName ResourceName.resolveRelativeTo(ResourceName resource)
          Resolves the current resource relative to the passed resource.
 

Uses of ResourceName in com.xpn.xwiki.wysiwyg.client.widget.wizard.util
 

Methods in com.xpn.xwiki.wysiwyg.client.widget.wizard.util that return ResourceName
 ResourceName AbstractSelectorAggregatorWizardStep.getEditedResource()
           
 

Constructors in com.xpn.xwiki.wysiwyg.client.widget.wizard.util with parameters of type ResourceName
AbstractSelectorAggregatorWizardStep(ResourceName editedResource)
          Creates a new aggregator selector wizard step, for the currently edited resource.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.