public class EditMacroWizardStep extends AbstractMacroWizardStep
| Constructor and Description |
|---|
EditMacroWizardStep(Config config,
MacroServiceAsync macroService)
Creates a new wizard step for editing macro parameters and content.
|
| Modifier and Type | Method and Description |
|---|---|
protected MacroCall |
getMacroCall() |
protected MacroDescriptor |
getMacroDescriptor() |
Object |
getResult() |
String |
getStepTitle() |
void |
init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
onCancel() |
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async) |
getConfig, getMacroServicedisplay, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionspublic EditMacroWizardStep(Config config, MacroServiceAsync macroService)
config - the object used to configure the newly created wizard stepmacroService - the macro service used to retrieve macro descriptorspublic Object getResult()
public String getStepTitle()
getStepTitle in interface WizardStepgetStepTitle in class AbstractInteractiveWizardSteppublic void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
public void onCancel()
public void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
protected MacroDescriptor getMacroDescriptor()
protected MacroCall getMacroCall()
Copyright © 2004–2017 XWiki. All rights reserved.