public class ImageConfigWizardStep extends AbstractInteractiveWizardStep implements com.google.gwt.event.dom.client.KeyPressHandler, SourcesNavigationEvents
| Constructor and Description |
|---|
ImageConfigWizardStep()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNavigationListener(NavigationListener listener) |
NavigationListener.NavigationDirection |
getDefaultDirection() |
Object |
getResult() |
ImageConfig.ImageAlignment |
getSelectedAlignment() |
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> async) |
void |
removeNavigationListener(NavigationListener listener) |
protected void |
setImageAlignment(ImageConfig.ImageAlignment alignment)
Sets the passed alignment in the image alignment radio set.
|
display, getStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionspublic ImageConfig.ImageAlignment getSelectedAlignment()
protected void setImageAlignment(ImageConfig.ImageAlignment alignment)
alignment - the alignment to setpublic void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardSteppublic void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
onSubmit in interface WizardSteppublic void onCancel()
onCancel in interface WizardSteppublic Object getResult()
getResult in interface WizardSteppublic NavigationListener.NavigationDirection getDefaultDirection()
public void addNavigationListener(NavigationListener listener)
addNavigationListener in interface SourcesNavigationEventspublic void removeNavigationListener(NavigationListener listener)
removeNavigationListener in interface SourcesNavigationEventspublic void onKeyPress(com.google.gwt.event.dom.client.KeyPressEvent event)
onKeyPress in interface com.google.gwt.event.dom.client.KeyPressHandlerCopyright © 2004–2017 XWiki. All rights reserved.