| Modifier and Type | Method and Description |
|---|---|
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.fillList(List<Attachment> attachments,
Attachment selectedAttachment) |
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.getListItem(Attachment image) |
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.getNewOptionListItem() |
| Modifier and Type | Method and Description |
|---|---|
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.fillList(List<Attachment> attachments,
Attachment selectedAttachment) |
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.getListItem(Attachment image) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CurrentPageImageSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> callback) |
protected ListItem<Attachment> |
CurrentPageImageSelectorWizardStep.fillList(List<Attachment> attachments,
Attachment selectedAttachment) |
void |
CurrentPageImageSelectorWizardStep.onSelection(com.google.gwt.event.logical.shared.SelectionEvent<ListItem<Attachment>> event) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ImportOfficeFileWizardStep.onAttachmentUploaded(Attachment attach,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async) |
| Modifier and Type | Method and Description |
|---|---|
protected ListItem<Attachment> |
CurrentPageAttachmentSelectorWizardStep.getListItem(Attachment data) |
protected ListItem<Attachment> |
CurrentPageAttachmentSelectorWizardStep.getNewOptionListItem() |
| Modifier and Type | Method and Description |
|---|---|
protected ListItem<Attachment> |
CurrentPageAttachmentSelectorWizardStep.getListItem(Attachment data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CurrentPageAttachmentSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> callback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LinkUploadWizardStep.onAttachmentUploaded(Attachment attachment,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
WikiService.getAttachment(AttachmentReference attachmentReference)
Returns information about the referenced attachment.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceAsync.getAttachment(AttachmentReference attachmentReference,
com.google.gwt.user.client.rpc.AsyncCallback<Attachment> async)
Returns information about the referenced attachment.
|
void |
WikiServiceAsyncCacheProxy.getAttachment(AttachmentReference attachmentReference,
com.google.gwt.user.client.rpc.AsyncCallback<Attachment> async) |
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.getAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async) |
void |
WikiServiceAsync.getImageAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
Returns all the image attachments from the referred page.
|
void |
WikiServiceAsyncCacheProxy.getImageAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async) |
Copyright © 2004–2017 XWiki. All rights reserved.