org.xwiki.gwt.wysiwyg.client.widget.wizard.util
Class ResourceReferenceSerializerWizardStep<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.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 $
|
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 |
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
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–2014 XWiki. All rights reserved.