org.xwiki.gwt.wysiwyg.client.gadget
Class EditGadgetWizardStep
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
org.xwiki.gwt.wysiwyg.client.gadget.EditGadgetWizardStep
- All Implemented Interfaces:
- WizardStep
public class EditGadgetWizardStep
- extends EditMacroWizardStep
Wizard step to edit the parameters of the selected gadget.
- Since:
- 3.0M3
- Version:
- $Id$
|
Field Summary |
protected TextInput |
titleInput
The widget holding the input for the title of this gadget. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
titleInput
protected TextInput titleInput
- The widget holding the input for the title of this gadget.
EditGadgetWizardStep
public EditGadgetWizardStep(Config config,
MacroServiceAsync macroService)
- Creates a gadget edit wizard step.
- Parameters:
config - the configuration of the wysiwygmacroService - the macro service to get information about the macros from the server side
getStepTitle
public String getStepTitle()
-
- Specified by:
getStepTitle in interface WizardStep- Overrides:
getStepTitle in class EditMacroWizardStep
- See Also:
EditMacroWizardStep.getStepTitle()
init
public void init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
-
- Specified by:
init in interface WizardStep- Overrides:
init in class EditMacroWizardStep
- See Also:
EditMacroWizardStep.init(java.lang.Object, AsyncCallback)
getResult
public Object getResult()
-
- Specified by:
getResult in interface WizardStep- Overrides:
getResult in class EditMacroWizardStep
- See Also:
EditMacroWizardStep.getResult()
Copyright © 2004-2012 XWiki. All Rights Reserved.