|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityConfig | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.image | |
| org.xwiki.gwt.wysiwyg.client.plugin.link | |
| org.xwiki.gwt.wysiwyg.client.widget.wizard.util | |
| org.xwiki.gwt.wysiwyg.client.wiki | |
| Uses of EntityConfig in org.xwiki.gwt.wysiwyg.client.plugin.image |
|---|
| Subclasses of EntityConfig in org.xwiki.gwt.wysiwyg.client.plugin.image | |
|---|---|
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.). |
| Uses of EntityConfig in org.xwiki.gwt.wysiwyg.client.plugin.link |
|---|
| Subclasses of EntityConfig in org.xwiki.gwt.wysiwyg.client.plugin.link | |
|---|---|
class |
LinkConfig
Stores data about a link: reference (wiki, space, page), URL, label, tooltip. |
| Uses of EntityConfig in org.xwiki.gwt.wysiwyg.client.widget.wizard.util |
|---|
| Classes in org.xwiki.gwt.wysiwyg.client.widget.wizard.util with type parameters of type EntityConfig | |
|---|---|
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. |
| Uses of EntityConfig in org.xwiki.gwt.wysiwyg.client.wiki |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.wiki that return EntityConfig | |
|---|---|
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. |
| Method parameters in org.xwiki.gwt.wysiwyg.client.wiki with type arguments of type EntityConfig | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||