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

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.WikiPageExplorerWizardStep
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 WikiPageExplorerWizardStep
extends AbstractExplorerWizardStep

Specialized AbstractExplorerWizardStep to select a wiki page (existing or new).

Version:
$Id: WikiPageExplorerWizardStep.java 34321 2011-02-01 14:15:25Z mflorea $

Field Summary
 
Fields inherited from class org.xwiki.gwt.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
FIELD_ERROR_STYLE
 
Constructor Summary
WikiPageExplorerWizardStep(WikiServiceAsync wikiService)
          Creates a wiki page selection wizard step that allows the user to select the page to link to 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

WikiPageExplorerWizardStep

public WikiPageExplorerWizardStep(WikiServiceAsync wikiService)
Creates a wiki page selection wizard step that allows the user to select the page to link to from a tree.

Parameters:
wikiService - the service used to parse and serialize page references
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-2011 XWiki. All Rights Reserved.