| Class | Description |
|---|---|
| AbstractEntityListSelectorWizardStep<C extends EntityConfig,E extends Entity> |
Wizard step that allows the user to select an entity from a list.
|
| AbstractFileUploadWizardStep |
Wizard step to handle the upload of a file to a wiki page: display the file input and upload on finish.
|
| AbstractListSelectorWizardStep<D,L> |
Generic wizard step for selecting from a list of items: it handles list creation and population along with item
selection on double click and enter.
|
| AbstractSelectorAggregatorWizardStep<T> |
Wizard step used to aggregate a set of selectors for a file attached (file attachment or image) to a page in the
wiki, and switch between the current page view and the entire wiki view.
|
| AbstractSelectorWizardStep<T> |
Abstract interactive wizard step to implement basic selector functions (storing edited data on
AbstractSelectorWizardStep.init(Object, AsyncCallback) and returning on AbstractSelectorWizardStep.getResult(), step names, directions, initialization),
regardless of the actual selecting method. |
| 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.
|
| LinkUploadWizardStep<C extends EntityConfig> |
Generic wizard step that can be used by wizards that create links to attachments.
|
| ResourceReferenceParserWizardStep<T extends EntityConfig> |
An auto-submit wizard step that parses the resource reference from the input data.
|
| ResourceReferenceSerializerWizardStep<T extends EntityConfig> |
An auto-submit wizard step that serializes the resource reference from the input data.
|
Copyright © 2004–2016 XWiki. All rights reserved.