org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Class ResourceReferenceSerializerWizardStep<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.ResourceReferenceSerializerWizardStep<T>
Type Parameters:
T - the type of entity configuration
All Implemented Interfaces:
WizardStep

public class ResourceReferenceSerializerWizardStep<T extends EntityConfig>
extends AbstractAutoSubmitWizardStep<EntityLink<T>>

An auto-submit wizard step that serializes the resource reference from the input data.

Version:
$Id: 4326f4b78eaed775e07f6775f601cd8dcdc0d7b0 $

Constructor Summary
ResourceReferenceSerializerWizardStep(WikiServiceAsync wikiService)
          Creates a new step that serializes 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

ResourceReferenceSerializerWizardStep

public ResourceReferenceSerializerWizardStep(WikiServiceAsync wikiService)
Creates a new step that serializes the resource reference from the input data.

Parameters:
wikiService - the service used to serialize 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.