org.xwiki.gwt.wysiwyg.client.gadget
Class EditGadgetWizardStep

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
      extended by org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
          extended by org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
              extended by org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
                  extended by 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.
 
Constructor Summary
EditGadgetWizardStep(Config config, MacroServiceAsync macroService)
          Creates a gadget edit wizard step.
 
Method Summary
 Object getResult()
          
 String getStepTitle()
          
 void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
          
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.EditMacroWizardStep
getMacroCall, getMacroDescriptor, onCancel, onSubmit
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.macro.ui.AbstractMacroWizardStep
getConfig, getMacroService
 
Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
display, isAutoSubmit, setStepTitle
 
Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
getDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

titleInput

protected TextInput titleInput
The widget holding the input for the title of this gadget.

Constructor Detail

EditGadgetWizardStep

public EditGadgetWizardStep(Config config,
                            MacroServiceAsync macroService)
Creates a gadget edit wizard step.

Parameters:
config - the configuration of the wysiwyg
macroService - the macro service to get information about the macros from the server side
Method Detail

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.