|
||||||||||
| 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.plugin.image.ui.ImageConfigWizardStep
public class ImageConfigWizardStep
Wizard step to configure the image parameters.
| Constructor Summary | |
|---|---|
ImageConfigWizardStep()
Default constructor. |
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
getDirectionName, getNextStep, 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 ImageConfigWizardStep()
| Method Detail |
|---|
public ImageConfig.ImageAlignment getSelectedAlignment()
protected void setImageAlignment(ImageConfig.ImageAlignment alignment)
alignment - the alignment to set
public 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.KeyPressHandlerKeyPressHandler.onKeyPress(KeyPressEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||