T - the type of object edited by this wizard steppublic abstract class AbstractSelectorAggregatorWizardStep<T> extends AbstractSelectorWizardStep<T> implements com.google.gwt.event.logical.shared.SelectionHandler<Integer>, SourcesNavigationEvents, NavigationListener
AbstractSelectorWizardStepNavigationListener.NavigationDirection| Constructor and Description |
|---|
AbstractSelectorAggregatorWizardStep()
Creates a new aggregator selector wizard step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNavigationListener(NavigationListener listener) |
protected String |
getDefaultStepName() |
String |
getDirectionName(NavigationListener.NavigationDirection direction) |
String |
getNextStep() |
protected String |
getRequiredStep() |
Object |
getResult() |
protected WizardStep |
getStep(String name) |
protected abstract WizardStep |
getStepInstance(String name) |
protected abstract List<String> |
getStepNames() |
void |
init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
onCancel() |
void |
onDirection(NavigationListener.NavigationDirection direction) |
void |
onSelection(com.google.gwt.event.logical.shared.SelectionEvent<Integer> event) |
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async) |
void |
removeNavigationListener(NavigationListener listener) |
protected void |
selectTab(String tabName)
Selects the tab indicated by the passed name.
|
getData, initializeSelection, setActivedisplay, getStepTitle, isAutoSubmit, setStepTitlegetValidDirections, setDirectionName, setNextStep, setValidDirectionspublic AbstractSelectorAggregatorWizardStep()
protected WizardStep getStep(String name)
name - the name of the step to getprotected abstract WizardStep getStepInstance(String name)
name - the name of the step to initializeprotected String getDefaultStepName()
public void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<Integer> event)
onSelection in interface com.google.gwt.event.logical.shared.SelectionHandler<Integer>SelectionHandler.onSelection(SelectionEvent)protected void selectTab(String tabName)
tabName - the name of the tab to selectpublic String getDirectionName(NavigationListener.NavigationDirection direction)
getDirectionName in interface WizardStepgetDirectionName in class AbstractNavigationAwareWizardSteppublic String getNextStep()
getNextStep in interface WizardStepgetNextStep in class AbstractNavigationAwareWizardSteppublic Object getResult()
getResult in interface WizardStepgetResult in class AbstractSelectorWizardStep<T>WizardStep.getResult()public void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardStepinit in class AbstractSelectorWizardStep<T>WizardStep.init(Object, AsyncCallback)protected String getRequiredStep()
public void onCancel()
onCancel in interface WizardSteppublic void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
onSubmit in interface WizardSteppublic void addNavigationListener(NavigationListener listener)
addNavigationListener in interface SourcesNavigationEventspublic void removeNavigationListener(NavigationListener listener)
removeNavigationListener in interface SourcesNavigationEventspublic void onDirection(NavigationListener.NavigationDirection direction)
onDirection in interface NavigationListenerCopyright © 2004–2014 XWiki. All rights reserved.