|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Attachment in com.xpn.xwiki.wysiwyg.client |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client that return Attachment | |
|---|---|
Attachment |
WikiService.getAttachment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String attachmentName)
Returns attachment information from the passed parameters, testing if the passed attachment exists. |
| Methods in com.xpn.xwiki.wysiwyg.client that return types with arguments of type Attachment | |
|---|---|
java.util.List<Attachment> |
WikiService.getAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName)
Returns all the attachments from the referred page. |
java.util.List<Attachment> |
WikiService.getImageAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName)
Returns all the image attachments from the referred page. |
| Method parameters in com.xpn.xwiki.wysiwyg.client with type arguments of type Attachment | |
|---|---|
void |
WikiServiceAsyncCacheProxy.getAttachment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String attachmentName,
com.google.gwt.user.client.rpc.AsyncCallback<Attachment> async)
Returns attachment information from the passed parameters, testing if the passed attachment exists. |
void |
WikiServiceAsync.getAttachment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String attachmentName,
com.google.gwt.user.client.rpc.AsyncCallback<Attachment> async)
Returns attachment information from the passed parameters, testing if the passed attachment exists. |
void |
WikiServiceAsyncCacheProxy.getAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
Returns all the attachments from the referred page. |
void |
WikiServiceAsync.getAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
Returns all the attachments from the referred page. |
void |
WikiServiceAsyncCacheProxy.getImageAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
Returns all the image attachments from the referred page. |
void |
WikiServiceAsync.getImageAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> async)
Returns all the image attachments from the referred page. |
| Uses of Attachment in com.xpn.xwiki.wysiwyg.client.plugin.image.ui |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.image.ui that return types with arguments of type Attachment | |
|---|---|
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.getListItem(Attachment image)
|
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.getNewOptionListItem()
|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.image.ui with parameters of type Attachment | |
|---|---|
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.getListItem(Attachment image)
|
protected boolean |
CurrentPageImageSelectorWizardStep.matchesSelection(Attachment item,
java.lang.String selection)
Compares the current item with the passed string representation of the wizard step's selection. |
protected void |
ImageUploadWizardStep.onAttachmentUploaded(Attachment attach,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior. |
| Method parameters in com.xpn.xwiki.wysiwyg.client.plugin.image.ui with type arguments of type Attachment | |
|---|---|
protected void |
CurrentPageImageSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> callback)
Fetches the list of items to be displayed in this list from the server. |
protected void |
CurrentPageImageSelectorWizardStep.fillList(java.util.List<Attachment> itemsList)
Fills the preview list with image preview widgets. |
void |
CurrentPageImageSelectorWizardStep.onSelection(com.google.gwt.event.logical.shared.SelectionEvent<ListItem<Attachment>> event)
|
| Uses of Attachment in com.xpn.xwiki.wysiwyg.client.plugin.importer |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.importer with parameters of type Attachment | |
|---|---|
java.lang.String |
ImportService.officeToXHTML(Attachment attachment,
java.util.Map<java.lang.String,java.lang.String> cleaningParams)
Imports the given office attachment into XHTML 1.0. |
void |
ImportServiceAsync.officeToXHTML(Attachment attachment,
java.util.Map<java.lang.String,java.lang.String> cleaningParams,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> async)
Imports the given office attachment into XHTML 1.0. |
| Uses of Attachment in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.importer.ui with parameters of type Attachment | |
|---|---|
protected void |
ImportOfficeFileWizardStep.onAttachmentUploaded(Attachment attach,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior. |
| Uses of Attachment in com.xpn.xwiki.wysiwyg.client.plugin.link.ui |
|---|
| Methods in com.xpn.xwiki.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 com.xpn.xwiki.wysiwyg.client.plugin.link.ui with parameters of type Attachment | |
|---|---|
protected ListItem<Attachment> |
CurrentPageAttachmentSelectorWizardStep.getListItem(Attachment data)
|
protected boolean |
CurrentPageAttachmentSelectorWizardStep.matchesSelection(Attachment item,
java.lang.String selection)
Compares the current item with the passed string representation of the wizard step's selection. |
protected void |
AttachmentUploadWizardStep.onAttachmentUploaded(Attachment attach,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior. |
| Method parameters in com.xpn.xwiki.wysiwyg.client.plugin.link.ui with type arguments of type Attachment | |
|---|---|
protected void |
CurrentPageAttachmentSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Attachment>> callback)
Fetches the list of items to be displayed in this list from the server. |
| Uses of Attachment in com.xpn.xwiki.wysiwyg.client.widget.wizard.util |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.widget.wizard.util with parameters of type Attachment | |
|---|---|
protected abstract void |
AbstractFileUploadWizardStep.onAttachmentUploaded(Attachment attach,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
Notifies the successful completion of a file upload, to be overridden by subclasses to provide specific behavior. |
| Uses of Attachment in com.xpn.xwiki.wysiwyg.server |
|---|
| Methods in com.xpn.xwiki.wysiwyg.server that return Attachment | |
|---|---|
Attachment |
DefaultWikiService.getAttachment(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String attachmentName)
Returns attachment information from the passed parameters, testing if the passed attachment exists. |
| Methods in com.xpn.xwiki.wysiwyg.server that return types with arguments of type Attachment | |
|---|---|
java.util.List<Attachment> |
DefaultWikiService.getAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName)
Returns all the attachments from the referred page. |
java.util.List<Attachment> |
DefaultWikiService.getImageAttachments(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName)
Returns all the image attachments from the referred page. |
| Uses of Attachment in com.xpn.xwiki.wysiwyg.server.plugin.importer |
|---|
| Methods in com.xpn.xwiki.wysiwyg.server.plugin.importer with parameters of type Attachment | |
|---|---|
java.lang.String |
XWikiImportService.officeToXHTML(Attachment attachment,
java.util.Map<java.lang.String,java.lang.String> cleaningParams)
Imports the given office attachment into XHTML 1.0. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||