public class ImportOfficePasteWizardStep extends AbstractInteractiveWizardStep implements com.google.gwt.event.dom.client.LoadHandler
| Constructor and Description |
|---|
ImportOfficePasteWizardStep(ImportServiceAsync importService)
Creates an instance of
ImportOfficePasteWizardStep. |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getHTMLCleaningParams()
Prepares the cleaning parameters map.
|
Object |
getResult() |
void |
init(Object data,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
onCancel() |
void |
onLoad(com.google.gwt.event.dom.client.LoadEvent event) |
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async) |
display, getStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionspublic ImportOfficePasteWizardStep(ImportServiceAsync importService)
ImportOfficePasteWizardStep.importService - the component used to clean content copy and pasted from office documentspublic void init(Object data, com.google.gwt.user.client.rpc.AsyncCallback<?> cb)
init in interface WizardSteppublic Object getResult()
getResult in interface WizardSteppublic void onCancel()
onCancel in interface WizardSteppublic void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> async)
onSubmit in interface WizardStepprotected Map<String,String> getHTMLCleaningParams()
Map with cleaning parameters for office importer.public void onLoad(com.google.gwt.event.dom.client.LoadEvent event)
onLoad in interface com.google.gwt.event.dom.client.LoadHandlerCopyright © 2004–2017 XWiki. All rights reserved.