| Modifier and Type | Class and Description |
|---|---|
class |
ImageConfig
Stores the data about an image: information about the image file (filename, URL, etc.) and also about its
representation in an edited document (position, size, etc.).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkConfig
Stores data about a link: reference (wiki, space, page), URL, label, tooltip.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityListSelectorWizardStep<C extends EntityConfig,E extends Entity>
Wizard step that allows the user to select an entity from a list.
|
class |
AttachmentSelectorAggregatorWizardStep<T extends EntityConfig>
Generic wizard step that allows the user to select an attachment to link to by aggregating a current page selector
step and an "all pages" selector step.
|
class |
LinkUploadWizardStep<C extends EntityConfig>
Generic wizard step that can be used by wizards that create links to attachments.
|
class |
ResourceReferenceParserWizardStep<T extends EntityConfig>
An auto-submit wizard step that parses the resource reference from the input data.
|
class |
ResourceReferenceSerializerWizardStep<T extends EntityConfig>
An auto-submit wizard step that serializes the resource reference from the input data.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2004–2015 XWiki. All rights reserved.