|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep<LinkConfig>
com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep
com.xpn.xwiki.wysiwyg.client.plugin.link.ui.WikiPageExplorerWizardStep
public class WikiPageExplorerWizardStep
Specialized AbstractExplorerWizardStep to select a wiki page (existing or new).
| Field Summary |
|---|
| Fields inherited from class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep |
|---|
FIELD_ERROR_STYLE |
| Constructor Summary | |
|---|---|
WikiPageExplorerWizardStep(ResourceName editedResource)
Creates a wiki page selection wizard step with the specified default selection. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getDefaultErrorText()
|
protected java.lang.String |
getHelpLabelText()
|
java.lang.String |
getNextStep()
|
java.lang.String |
getStepTitle()
|
protected void |
initializeSelection(com.google.gwt.user.client.rpc.AsyncCallback<?> initCallback)
Initializes the selection on AbstractSelectorWizardStep.init(Object, AsyncCallback) time. |
void |
onCancel()
|
void |
onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
|
void |
setWikiService(WikiServiceAsync wikiService)
Injects the wiki service. |
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractExplorerWizardStep |
|---|
addNavigationListener, display, displayError, getErrorLabel, getExplorer, hideError, init, invalidateExplorerData, onKeyPress, onRecordDoubleClick, removeNavigationListener |
| Methods inherited from class com.xpn.xwiki.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 |
|---|
public WikiPageExplorerWizardStep(ResourceName editedResource)
editedResource - the currently edited resource| Method Detail |
|---|
protected void initializeSelection(com.google.gwt.user.client.rpc.AsyncCallback<?> initCallback)
AbstractSelectorWizardStep.init(Object, AsyncCallback) time.
initializeSelection in class AbstractSelectorWizardStep<LinkConfig>initCallback - the initialization callback, to handle asynchronous initialization.public java.lang.String getNextStep()
public java.lang.String getStepTitle()
public void onCancel()
public void onSubmit(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> async)
protected java.lang.String getDefaultErrorText()
getDefaultErrorText in class AbstractExplorerWizardStepprotected java.lang.String getHelpLabelText()
getHelpLabelText in class AbstractExplorerWizardSteppublic void setWikiService(WikiServiceAsync wikiService)
wikiService - the service used to create page links
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||