|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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)
|
com.google.gwt.user.client.ui.Widget |
display()
|
protected java.lang.String |
getDefaultStepName()
|
java.lang.String |
getDirectionName(NavigationListener.NavigationDirection direction)
|
java.lang.String |
getNextStep()
|
protected java.lang.String |
getRequiredStep()
|
java.lang.Object |
getResult()
|
protected WizardStep |
getStep(java.lang.String name)
|
protected abstract WizardStep |
getStepInstance(java.lang.String name)
|
protected abstract java.util.List<java.lang.String> |
getStepNames()
|
void |
init(java.lang.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<java.lang.Integer> event)
|
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
|
void |
removeNavigationListener(NavigationListener listener)
|
protected void |
selectTab(java.lang.String tabName)
Selects the tab indicated by the passed name. |
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep |
|---|
getData, getValidDirections, initializeSelection, setActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xwiki.gwt.user.client.ui.wizard.WizardStep |
|---|
getStepTitle |
| Constructor Detail |
|---|
public AbstractSelectorAggregatorWizardStep()
| Method Detail |
|---|
protected WizardStep getStep(java.lang.String name)
name - the name of the step to get
protected abstract WizardStep getStepInstance(java.lang.String name)
name - the name of the step to initialize
protected abstract java.util.List<java.lang.String> getStepNames()
protected java.lang.String getDefaultStepName()
public void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<java.lang.Integer> event)
onSelection in interface com.google.gwt.event.logical.shared.SelectionHandler<java.lang.Integer>SelectionHandler.onSelection(SelectionEvent)protected void selectTab(java.lang.String tabName)
tabName - the name of the tab to selectpublic com.google.gwt.user.client.ui.Widget display()
display in interface WizardSteppublic java.lang.String getDirectionName(NavigationListener.NavigationDirection direction)
getDirectionName in interface WizardStepgetDirectionName in class AbstractSelectorWizardStep<T>public java.lang.String getNextStep()
getNextStep in interface WizardSteppublic java.lang.Object getResult()
getResult in interface WizardStepgetResult in class AbstractSelectorWizardStep<T>
public void init(java.lang.Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardStepinit in class AbstractSelectorWizardStep<T>protected java.lang.String getRequiredStep()
public void onCancel()
onCancel in interface WizardSteppublic void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.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 | |||||||||