org.xwiki.gwt.wysiwyg.client.plugin.macro.ui
Class EditMacroWizardStep
java.lang.Object
org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
- All Implemented Interfaces:
- WizardStep
- Direct Known Subclasses:
- EditGadgetWizardStep
public class EditMacroWizardStep
- extends AbstractMacroWizardStep
Wizard step for editing macro parameters and content.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditMacroWizardStep
public EditMacroWizardStep(Config config,
MacroServiceAsync macroService)
- Creates a new wizard step for editing macro parameters and content.
- Parameters:
config - the object used to configure the newly created wizard stepmacroService - the macro service used to retrieve macro descriptors
getResult
public Object getResult()
-
- See Also:
WizardStep.getResult()
getStepTitle
public String getStepTitle()
-
- Specified by:
getStepTitle in interface WizardStep- Overrides:
getStepTitle in class AbstractInteractiveWizardStep
- See Also:
AbstractInteractiveWizardStep.getStepTitle()
init
public void init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
-
- See Also:
WizardStep.init(Object, AsyncCallback)
onCancel
public void onCancel()
-
- See Also:
WizardStep.onCancel()
onSubmit
public void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
-
- See Also:
WizardStep.onSubmit(AsyncCallback)
getMacroDescriptor
protected MacroDescriptor getMacroDescriptor()
- Returns:
- the macroDescriptor
getMacroCall
protected MacroCall getMacroCall()
- Returns:
- the macroCall
Copyright © 2004-2012 XWiki. All Rights Reserved.