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

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
      extended by org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
          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: ad87e2e0bef031fc93b741f277b43289fe45950b $

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

Constructor Detail

WikiPageExplorerWizardStep

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

Method Detail

getNextStep

public String getNextStep()

Specified by:
getNextStep in interface WizardStep
Overrides:
getNextStep in class AbstractNavigationAwareWizardStep

onSubmit

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



Copyright © 2004–2014 XWiki. All rights reserved.