T - the type of entity link configuration managed by this wizard steppublic class AttachmentSelectorAggregatorWizardStep<T extends EntityConfig> extends AbstractSelectorAggregatorWizardStep<EntityLink<T>>
NavigationListener.NavigationDirection| Constructor and Description |
|---|
AttachmentSelectorAggregatorWizardStep(boolean selectionLimitedToCurrentPage)
Creates a new attachment selector wizard step.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRequiredStep() |
protected WizardStep |
getStepInstance(String name) |
protected List<String> |
getStepNames() |
void |
setAllPagesSelector(WizardStep allPagesSelector)
Sets the wizard step to be used for selecting an attachment from all pages.
|
void |
setCurrentPageSelector(WizardStep currentPageSelector)
Sets the wizard step to be used for selecting an attachment from the current page.
|
addNavigationListener, getDefaultStepName, getDirectionName, getNextStep, getResult, getStep, init, onCancel, onDirection, onSelection, onSubmit, removeNavigationListener, selectTabgetData, initializeSelection, setActivedisplay, getStepTitle, isAutoSubmit, setStepTitlegetValidDirections, setDirectionName, setNextStep, setValidDirectionspublic AttachmentSelectorAggregatorWizardStep(boolean selectionLimitedToCurrentPage)
selectionLimitedToCurrentPage - true to limit the selection to the current page, false
otherwiseprotected String getRequiredStep()
getRequiredStep in class AbstractSelectorAggregatorWizardStep<EntityLink<T extends EntityConfig>>protected WizardStep getStepInstance(String name)
getStepInstance in class AbstractSelectorAggregatorWizardStep<EntityLink<T extends EntityConfig>>name - the name of the step to initializeAbstractSelectorAggregatorWizardStep.getStepInstance(String)public void setCurrentPageSelector(WizardStep currentPageSelector)
currentPageSelector - the new current page attachment selectorpublic void setAllPagesSelector(WizardStep allPagesSelector)
allPagesSelector - the new all pages attachment selectorprotected List<String> getStepNames()
getStepNames in class AbstractSelectorAggregatorWizardStep<EntityLink<T extends EntityConfig>>AbstractSelectorAggregatorWizardStep.getStepNames()Copyright © 2004–2015 XWiki. All rights reserved.