|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkConfig | |
|---|---|
| com.xpn.xwiki.wysiwyg.client | |
| com.xpn.xwiki.wysiwyg.client.plugin.link | |
| com.xpn.xwiki.wysiwyg.client.plugin.link.ui | |
| com.xpn.xwiki.wysiwyg.server | |
| Uses of LinkConfig in com.xpn.xwiki.wysiwyg.client |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client that return LinkConfig | |
|---|---|
LinkConfig |
WikiService.getPageLink(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String revision,
java.lang.String anchor)
Creates a page link (URL, reference) from the given parameters. |
| Method parameters in com.xpn.xwiki.wysiwyg.client with type arguments of type LinkConfig | |
|---|---|
void |
WikiServiceAsyncCacheProxy.getPageLink(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String revision,
java.lang.String anchor,
com.google.gwt.user.client.rpc.AsyncCallback<LinkConfig> async)
Creates a page link (URL, reference) from the given parameters. |
void |
WikiServiceAsync.getPageLink(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String revision,
java.lang.String anchor,
com.google.gwt.user.client.rpc.AsyncCallback<LinkConfig> async)
Creates a page link (URL, reference) from the given parameters. |
| Uses of LinkConfig in com.xpn.xwiki.wysiwyg.client.plugin.link |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.link that return LinkConfig | |
|---|---|
protected LinkConfig |
LinkPlugin.getCreateLinkParams()
Prepares the link parameters for a link creation, i.e. |
protected LinkConfig |
LinkPlugin.getEditLinkParams(java.lang.String linkCommandParameter)
Prepares the link parameters for a link edition, from the passed link parameter, as returned by the CreateLinkExecutable#getParameter(RichTextArea). |
protected LinkConfig |
LinkPlugin.getLinkParams()
|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.link with parameters of type LinkConfig | |
|---|---|
protected void |
LinkPlugin.dispatchLinkWizard(LinkConfig linkParams)
Instantiates and runs the correct wizard for the passed link. |
java.lang.String |
LinkHTMLGenerator.getLinkHTML(LinkConfig config)
Generates the link HTML block corresponding to the specified link configuration data. |
protected void |
LinkPlugin.parseLabelFromImage(LinkConfig linkConfig,
java.lang.String imageParam)
Helper method to parse an image execution String parameter and fill the passed LinkConfig from it. |
| Uses of LinkConfig in com.xpn.xwiki.wysiwyg.client.plugin.link.ui |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.link.ui that return LinkConfig | |
|---|---|
LinkConfig |
LinkConfigWizardStep.getLinkData()
|
| Uses of LinkConfig in com.xpn.xwiki.wysiwyg.server |
|---|
| Methods in com.xpn.xwiki.wysiwyg.server that return LinkConfig | |
|---|---|
LinkConfig |
DefaultWikiService.getPageLink(java.lang.String wikiName,
java.lang.String spaceName,
java.lang.String pageName,
java.lang.String revision,
java.lang.String anchor)
Creates a page link (URL, reference) from the given parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||