|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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)
|
com.google.gwt.user.client.ui.Widget |
display()
|
NavigationListener.NavigationDirection |
getDefaultDirection()
|
java.lang.String |
getDirectionName(NavigationListener.NavigationDirection direction)
|
java.lang.String |
getNextStep()
|
java.lang.Object |
getResult()
|
ImageConfig.ImageAlignment |
getSelectedAlignment()
|
java.lang.String |
getStepTitle()
|
java.util.EnumSet<NavigationListener.NavigationDirection> |
getValidDirections()
. |
void |
init(java.lang.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<java.lang.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 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(java.lang.Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardSteppublic com.google.gwt.user.client.ui.Widget display()
display in interface WizardSteppublic void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
onSubmit in interface WizardSteppublic void onCancel()
onCancel in interface WizardSteppublic java.lang.Object getResult()
getResult in interface WizardSteppublic java.lang.String getNextStep()
getNextStep in interface WizardSteppublic java.lang.String getStepTitle()
getStepTitle in interface WizardSteppublic java.util.EnumSet<NavigationListener.NavigationDirection> getValidDirections()
getValidDirections in interface WizardSteppublic java.lang.String getDirectionName(NavigationListener.NavigationDirection direction)
getDirectionName 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 | |||||||||