public class TableConfigWizardStep extends AbstractInteractiveWizardStep implements com.google.gwt.event.dom.client.KeyUpHandler, SourcesNavigationEvents
| Constructor and Description |
|---|
TableConfigWizardStep()
Creates a new wizard step for configuring a table before inserting it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNavigationListener(NavigationListener listener) |
Object |
getResult() |
void |
init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
onCancel() |
void |
onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent event) |
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async) |
void |
removeNavigationListener(NavigationListener listener) |
display, getStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionspublic TableConfigWizardStep()
public void onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent event)
onKeyUp in interface com.google.gwt.event.dom.client.KeyUpHandlerKeyUpHandler.onKeyUp(KeyUpEvent)public Object getResult()
getResult in interface WizardStepWizardStep.getResult()public void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardStepWizardStep.init(Object, AsyncCallback)public void onCancel()
onCancel in interface WizardStepWizardStep.onCancel()public void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
onSubmit in interface WizardStepWizardStep.onSubmit(AsyncCallback)public void addNavigationListener(NavigationListener listener)
addNavigationListener in interface SourcesNavigationEventsSourcesNavigationEvents.addNavigationListener(NavigationListener)public void removeNavigationListener(NavigationListener listener)
removeNavigationListener in interface SourcesNavigationEventsSourcesNavigationEvents.removeNavigationListener(NavigationListener)Copyright © 2004–2014 XWiki. All rights reserved.