| Package | Description |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.link.ui | |
| org.xwiki.gwt.wysiwyg.client.widget.explorer | |
| org.xwiki.gwt.wysiwyg.client.wiki |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExplorerWizardStep.updateLinkConfig(EntityReference selectedEntityReference)
Updates the link configuration object based on the selected entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XWikiExplorer.selectEntity(EntityReference entityReference,
String anchor)
Selects the tree node corresponding to the specified entity and anchor.
|
| Modifier and Type | Method and Description |
|---|---|
EntityReference |
EntityReference.clone() |
EntityReference |
URIReference.getEntityReference() |
EntityReference |
ResourceReference.getEntityReference() |
EntityReference |
AttachmentReference.getEntityReference() |
EntityReference |
WikiPageReference.getEntityReference() |
EntityReference |
EntityLink.getOrigin() |
EntityReference |
Entity.getReference() |
| Modifier and Type | Method and Description |
|---|---|
EntityConfig |
WikiService.getEntityConfig(EntityReference origin,
ResourceReference destination)
Creates an entity link configuration object (URL, link reference) for a link with the specified origin and
destination.
|
void |
WikiServiceAsync.getEntityConfig(EntityReference origin,
ResourceReference destination,
com.google.gwt.user.client.rpc.AsyncCallback<EntityConfig> async)
Creates an entity link configuration object (URL, reference) for a link with the specified origin and
destination.
|
void |
WikiServiceAsyncCacheProxy.getEntityConfig(EntityReference base,
ResourceReference target,
com.google.gwt.user.client.rpc.AsyncCallback<EntityConfig> async)
Creates an entity link configuration object (URL, reference) for a link with the specified origin and
destination.
|
ResourceReference |
WikiService.parseLinkReference(String linkReference,
EntityReference baseReference)
Parses the given link reference and extracts a reference to the linked resource.
|
void |
WikiServiceAsync.parseLinkReference(String linkReferenceAsString,
EntityReference baseReference,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceReference> async)
Parses the given link reference and extracts a reference to the linked resource.
|
void |
WikiServiceAsyncCacheProxy.parseLinkReference(String linkReference,
EntityReference baseReference,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceReference> async)
Parses the given link reference and extracts a reference to the linked resource.
|
void |
ResourceReference.setEntityReference(EntityReference entityReference)
Sets the entity reference.
|
void |
EntityLink.setOrigin(EntityReference origin)
Sets the link origin.
|
void |
Entity.setReference(EntityReference reference)
Sets the entity reference.
|
| Constructor and Description |
|---|
AttachmentReference(EntityReference entityReference)
Creates a typed attachment reference.
|
EntityLink(EntityReference origin,
ResourceReference destination,
T data)
Explicit constructor.
|
URIReference(EntityReference entityReference)
Creates a typed URI reference.
|
WikiPageReference(EntityReference entityReference)
Creates a typed wiki page reference.
|
Copyright © 2004–2015 XWiki. All rights reserved.