public class CreateNewPageWizardStep extends AbstractInteractiveWizardStep implements com.google.gwt.event.dom.client.KeyPressHandler, SourcesNavigationEvents
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FIELD_ERROR_STYLE
The style of the fields under error.
|
| Constructor and Description |
|---|
CreateNewPageWizardStep()
Creates a new wizard step that allows the user to create a link to a new page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNavigationListener(NavigationListener listener) |
NavigationListener.NavigationDirection |
getDefaultDirection() |
Object |
getResult() |
void |
init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
onCancel() |
void |
onKeyPress(com.google.gwt.event.dom.client.KeyPressEvent event) |
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
removeNavigationListener(NavigationListener listener) |
display, getStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionsprotected static final String FIELD_ERROR_STYLE
public CreateNewPageWizardStep()
public Object getResult()
getResult in interface WizardSteppublic void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardSteppublic void onCancel()
onCancel in interface WizardSteppublic void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
onSubmit in interface WizardSteppublic void onKeyPress(com.google.gwt.event.dom.client.KeyPressEvent event)
onKeyPress in interface com.google.gwt.event.dom.client.KeyPressHandlerpublic void addNavigationListener(NavigationListener listener)
addNavigationListener in interface SourcesNavigationEventspublic void removeNavigationListener(NavigationListener listener)
removeNavigationListener in interface SourcesNavigationEventspublic NavigationListener.NavigationDirection getDefaultDirection()
Copyright © 2004–2016 XWiki. All rights reserved.