org.xwiki.gwt.wysiwyg.client.plugin.link.ui
Class AttachmentExplorerWizardStep

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep<EntityLink<LinkConfig>>
      extended by org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
          extended by org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AttachmentExplorerWizardStep
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.smartgwt.client.widgets.events.KeyPressHandler, com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler, SourcesNavigationEvents, WizardStep

public class AttachmentExplorerWizardStep
extends AbstractExplorerWizardStep

Specialized AbstractExplorerWizardStep to select an attachment to a wiki page.

Version:
$Id: AttachmentExplorerWizardStep.java 31743 2010-10-13 01:20:32Z mflorea $

Field Summary
 
Fields inherited from class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
FIELD_ERROR_STYLE
 
Constructor Summary
AttachmentExplorerWizardStep(WikiServiceAsync wikiService)
          Creates a new attachment selection wizard step that allows the user to select an attachment from a tree.
 
Method Summary
 java.lang.String getNextStep()
          
 void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
          
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
addNavigationListener, display, displayError, getExplorer, getStepTitle, getWikiService, hideError, init, initializeSelection, invalidateExplorerData, onCancel, onKeyPress, onRecordDoubleClick, removeNavigationListener, setHelpLabelText, setStepTitle, updateLinkConfig
 
Methods inherited from class org.xwiki.gwt.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep
getData, getDirectionName, getResult, getValidDirections, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentExplorerWizardStep

public AttachmentExplorerWizardStep(WikiServiceAsync wikiService)
Creates a new attachment selection wizard step that allows the user to select an attachment from a tree.

Parameters:
wikiService - the service to be used for getting information about the selected attachments
Method Detail

getNextStep

public java.lang.String getNextStep()


onSubmit

public void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)



Copyright © 2004-2010 XWiki. All Rights Reserved.