public class EditGadgetWizardStep extends EditMacroWizardStep
| Modifier and Type | Field and Description |
|---|---|
protected TextInput |
titleInput
The widget holding the input for the title of this gadget.
|
| Constructor and Description |
|---|
EditGadgetWizardStep(Config config,
MacroServiceAsync macroService)
Creates a gadget edit wizard step.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult() |
String |
getStepTitle() |
void |
init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
getMacroCall, getMacroDescriptor, onCancel, onSubmitgetConfig, getMacroServicedisplay, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionsprotected TextInput titleInput
public EditGadgetWizardStep(Config config, MacroServiceAsync macroService)
config - the configuration of the wysiwygmacroService - the macro service to get information about the macros from the server sidepublic String getStepTitle()
getStepTitle in interface WizardStepgetStepTitle in class EditMacroWizardStepEditMacroWizardStep.getStepTitle()public void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardStepinit in class EditMacroWizardStepEditMacroWizardStep.init(java.lang.Object, AsyncCallback)public Object getResult()
getResult in interface WizardStepgetResult in class EditMacroWizardStepEditMacroWizardStep.getResult()Copyright © 2004–2014 XWiki. All rights reserved.