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

Packages that use AttachmentReference
org.xwiki.gwt.wysiwyg.client.plugin.image.ui   
org.xwiki.gwt.wysiwyg.client.wiki   
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.image.ui with parameters of type AttachmentReference
protected  void ImagesExplorerWizardStep.initCurrentPage(AttachmentReference imageReference, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
          Initializes and displays list of images attached to the same page as the specified image, and selects the specified image.
 void ImagesExplorerWizardStep.setSelection(AttachmentReference imageReference, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
          Refreshes the list of images with the images attached to the same page as the specified image, and then selects the specified image.
 

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

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

Methods in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type AttachmentReference
 Attachment WikiService.getAttachment(AttachmentReference attachmentReference)
          Returns information about the referenced attachment.
 void WikiServiceAsyncCacheProxy.getAttachment(AttachmentReference attachmentReference, com.google.gwt.user.client.rpc.AsyncCallback<Attachment> async)
          Returns information about the referenced attachment.
 void WikiServiceAsync.getAttachment(AttachmentReference attachmentReference, com.google.gwt.user.client.rpc.AsyncCallback<Attachment> async)
          Returns information about the referenced attachment.
 



Copyright © 2004–2014 XWiki. All rights reserved.