|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep<T>
org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorAggregatorWizardStep<T>
T - the type of object edited by this wizard steppublic abstract class 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| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.xwiki.gwt.user.client.ui.wizard.NavigationListener |
|---|
NavigationListener.NavigationDirection |
| Constructor Summary | |
|---|---|
AbstractSelectorAggregatorWizardStep()
Creates a new aggregator selector wizard step. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep |
|---|
getData, initializeSelection, setActive |
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep |
|---|
display, getStepTitle, isAutoSubmit, setStepTitle |
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep |
|---|
getValidDirections, setDirectionName, setNextStep, setValidDirections |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSelectorAggregatorWizardStep()
| Method Detail |
|---|
protected WizardStep getStep(String name)
name - the name of the step to get
protected abstract WizardStep getStepInstance(String name)
name - the name of the step to initialize
protected abstract List<String> getStepNames()
protected 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 NavigationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||