|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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 | |
|---|---|
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<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. |
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<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. |
String |
WikiService.getUploadURL(WikiPageReference documentReference)
|
void |
WikiServiceAsyncCacheProxy.getUploadURL(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<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<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(String fileName,
WikiPageReference wikiPageReference)
Creates a new typed reference to the specified attachment. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||