org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Class ResourceReferenceParserWizardStep<T extends EntityConfig>
java.lang.Object
org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep<EntityLink<T>>
org.xwiki.gwt.wysiwyg.client.widget.wizard.util.ResourceReferenceParserWizardStep<T>
- Type Parameters:
T - the type of entity configuration
- All Implemented Interfaces:
- WizardStep
- Direct Known Subclasses:
- ImageDispatcherWizardStep, LinkDispatcherWizardStep
public class ResourceReferenceParserWizardStep<T extends EntityConfig>
- extends AbstractAutoSubmitWizardStep<EntityLink<T>>
An auto-submit wizard step that parses the resource reference from the input data.
- Version:
- $Id: f25e34582acda697f83db5e18eaeaa33be693f9e $
|
Method Summary |
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceReferenceParserWizardStep
public ResourceReferenceParserWizardStep(WikiServiceAsync wikiService)
- Creates a new step that parses the resource reference from the input data.
- Parameters:
wikiService - the service used to parse the resource reference
onSubmit
public void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
- Specified by:
onSubmit in interface WizardStep- Overrides:
onSubmit in class AbstractAutoSubmitWizardStep<EntityLink<T extends EntityConfig>>
- See Also:
AbstractAutoSubmitWizardStep.onSubmit(AsyncCallback)
Copyright © 2004-2013 XWiki. All Rights Reserved.