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

Packages that use EntityReference
org.xwiki.gwt.wysiwyg.client.plugin.link.ui   
org.xwiki.gwt.wysiwyg.client.widget.explorer   
org.xwiki.gwt.wysiwyg.client.wiki   
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type EntityReference
protected  void AbstractExplorerWizardStep.updateLinkConfig(EntityReference selectedEntityReference, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
          Updates the link configuration object based on the selected entity.
 

Uses of EntityReference in org.xwiki.gwt.wysiwyg.client.widget.explorer
 

Methods in org.xwiki.gwt.wysiwyg.client.widget.explorer with parameters of type EntityReference
 void XWikiExplorer.selectEntity(EntityReference entityReference, java.lang.String anchor)
          Selects the tree node corresponding to the specified entity and anchor.
 

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

Methods in org.xwiki.gwt.wysiwyg.client.wiki that return EntityReference
 EntityReference EntityReference.clone()
          
 EntityReference WikiPageReference.getEntityReference()
           
 EntityReference AttachmentReference.getEntityReference()
           
 EntityReference ResourceReference.getEntityReference()
           
 EntityReference URIReference.getEntityReference()
           
 EntityReference EntityLink.getOrigin()
           
 EntityReference Entity.getReference()
           
 

Methods in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type EntityReference
 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 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.
 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.
 ResourceReference WikiService.parseLinkReference(java.lang.String linkReference, EntityReference baseReference)
          Parses the given link reference and extracts a reference to the linked resource.
 void WikiServiceAsyncCacheProxy.parseLinkReference(java.lang.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 WikiServiceAsync.parseLinkReference(java.lang.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 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.
 

Constructors in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type EntityReference
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-2010 XWiki. All Rights Reserved.