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

Packages that use Attachment
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.ui   
org.xwiki.gwt.wysiwyg.client.widget.wizard.util   
org.xwiki.gwt.wysiwyg.client.wiki   
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.image.ui that return types with arguments of type Attachment
protected  ListItem<Attachment> CurrentPageImageSelectorWizardStep.fillList(List<Attachment> attachments, Attachment selectedAttachment)
          Fills the list with the given data and returns the item that matches the specified item.
protected  ListItem<Attachment> CurrentPageImageSelectorWizardStep.getListItem(Attachment image)
          
protected  ListItem<Attachment> CurrentPageImageSelectorWizardStep.getNewOptionListItem()
          
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.image.ui with parameters of type Attachment
protected  ListItem<Attachment> CurrentPageImageSelectorWizardStep.fillList(List<Attachment> attachments, Attachment selectedAttachment)
          Fills the list with the given data and returns the item that matches the specified item.
protected  ListItem<Attachment> CurrentPageImageSelectorWizardStep.getListItem(Attachment image)
          
 

Method parameters in org.xwiki.gwt.wysiwyg.client.plugin.image.ui with type arguments of type Attachment
protected  void CurrentPageImageSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> callback)
          Fetches the list of items to be displayed in this list from the server.
protected  ListItem<Attachment> CurrentPageImageSelectorWizardStep.fillList(List<Attachment> attachments, Attachment selectedAttachment)
          Fills the list with the given data and returns the item that matches the specified item.
 void CurrentPageImageSelectorWizardStep.onSelection(com.google.gwt.event.logical.shared.SelectionEvent<ListItem<Attachment>> event)
          
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.importer with parameters of type Attachment
 String ImportService.officeToXHTML(Attachment attachment, Map<String,String> cleaningParams)
          Imports the given office attachment into XHTML 1.0.
 void ImportServiceAsync.officeToXHTML(Attachment attachment, Map<String,String> cleaningParams, com.google.gwt.user.client.rpc.AsyncCallback<String> async)
          Imports the given office attachment into XHTML 1.0.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.importer.ui with parameters of type Attachment
protected  void ImportOfficeFileWizardStep.onAttachmentUploaded(Attachment attach, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
          Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui that return types with arguments of type Attachment
protected  ListItem<Attachment> CurrentPageAttachmentSelectorWizardStep.getListItem(Attachment data)
          
protected  ListItem<Attachment> CurrentPageAttachmentSelectorWizardStep.getNewOptionListItem()
          
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type Attachment
protected  ListItem<Attachment> CurrentPageAttachmentSelectorWizardStep.getListItem(Attachment data)
          
 

Method parameters in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with type arguments of type Attachment
protected  void CurrentPageAttachmentSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> callback)
          Fetches the list of items to be displayed in this list from the server.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.widget.wizard.util with parameters of type Attachment
protected  void LinkUploadWizardStep.onAttachmentUploaded(Attachment attachment, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
          Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
protected abstract  void AbstractFileUploadWizardStep.onAttachmentUploaded(Attachment attach, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
          Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.wiki that return Attachment
 Attachment WikiService.getAttachment(AttachmentReference attachmentReference)
          Returns information about the referenced attachment.
 

Methods in org.xwiki.gwt.wysiwyg.client.wiki that return types with arguments of type Attachment
 List<Attachment> WikiService.getAttachments(WikiPageReference documentReference)
          Returns all the attachments from the referred page.
 List<Attachment> WikiService.getImageAttachments(WikiPageReference documentReference)
          Returns all the image attachments from the referred page.
 

Method parameters in org.xwiki.gwt.wysiwyg.client.wiki with type arguments of type 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.
 void WikiServiceAsyncCacheProxy.getAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
          Returns all the attachments from the referred page.
 void WikiServiceAsync.getAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
          Returns all the attachments from the referred page.
 void WikiServiceAsyncCacheProxy.getImageAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
          Returns all the image attachments from the referred page.
 void WikiServiceAsync.getImageAttachments(WikiPageReference documentReference, com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
          Returns all the image attachments from the referred page.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.