org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Class ResourceReferenceParserWizardStep<T extends EntityConfig>

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
      extended by org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep<EntityLink<T>>
          extended by 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 $

Constructor Summary
ResourceReferenceParserWizardStep(WikiServiceAsync wikiService)
          Creates a new step that parses the resource reference from the input data.
 
Method Summary
 void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
          
 
Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractAutoSubmitWizardStep
display, getData, getResult, getStepTitle, init, isAutoSubmit, onCancel, 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
 

Constructor Detail

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
Method Detail

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.