public abstract class AbstractMacroWizardStep extends AbstractInteractiveWizardStep
| Constructor and Description |
|---|
AbstractMacroWizardStep(Config config,
MacroServiceAsync macroService)
Creates a new macro wizard step.
|
AbstractMacroWizardStep(Config config,
MacroServiceAsync macroService,
com.google.gwt.user.client.ui.FlowPanel panel)
Creates a new macro wizard step that uses the given panel to hold its widgets.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig() |
MacroServiceAsync |
getMacroService() |
display, getStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResult, init, onCancel, onSubmitpublic AbstractMacroWizardStep(Config config, MacroServiceAsync macroService)
config - the object used to configure the newly created wizard stepmacroService - the macro service used to retrieve macro descriptorspublic AbstractMacroWizardStep(Config config, MacroServiceAsync macroService, com.google.gwt.user.client.ui.FlowPanel panel)
config - the object used to configure the newly created wizard stepmacroService - the macro service used to retrieve macro descriptorspanel - the panel where this wizard step will add its widgetspublic Config getConfig()
public MacroServiceAsync getMacroService()
Copyright © 2004–2017 XWiki. All rights reserved.