Uses of Class
org.xwiki.gwt.wysiwyg.client.wiki.WikiPageReference

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

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui that return WikiPageReference
protected  WikiPageReference ImportOfficeFileWizardStep.getTargetPageReference()
          
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type WikiPageReference
protected  java.lang.String AbstractPageListSelectorWizardStep.serializeDocumentReference(WikiPageReference reference)
          Serializes a document reference to be displayed to the user.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.widget.wizard.util that return WikiPageReference
protected  WikiPageReference LinkUploadWizardStep.getTargetPageReference()
          
protected abstract  WikiPageReference AbstractFileUploadWizardStep.getTargetPageReference()
           
 

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

Methods in org.xwiki.gwt.wysiwyg.client.wiki that return WikiPageReference
 WikiPageReference AttachmentReference.getWikiPageReference()
           
 

Methods in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type WikiPageReference
 java.util.List<Attachment> WikiService.getAttachments(WikiPageReference documentReference)
          Returns all the attachments from the referred page.
 void WikiServiceAsyncCacheProxy.getAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
          Returns all the attachments from the referred page.
 void WikiServiceAsync.getAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
          Returns all the attachments from the referred page.
 java.util.List<Attachment> WikiService.getImageAttachments(WikiPageReference documentReference)
          Returns all the image attachments from the referred page.
 void WikiServiceAsyncCacheProxy.getImageAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
          Returns all the image attachments from the referred page.
 void WikiServiceAsync.getImageAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
          Returns all the image attachments from the referred page.
 java.lang.String WikiService.getUploadURL(WikiPageReference documentReference)
           
 void WikiServiceAsyncCacheProxy.getUploadURL(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> async)
          Returns the URL to be used to upload an attachment to the specified document.
 void WikiServiceAsync.getUploadURL(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> async)
          Returns the URL to be used to upload an attachment to the specified document.
 

Constructors in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type WikiPageReference
AttachmentReference(java.lang.String fileName, WikiPageReference wikiPageReference)
          Creates a new typed reference to the specified attachment.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.