|
||||||||||
| 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<D>
com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep<LinkConfig,WikiPage>
com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep
com.xpn.xwiki.wysiwyg.client.plugin.link.ui.RecentChangesSelectorWizardStep
public class RecentChangesSelectorWizardStep
Wizard step to select the wiki page to link to, from the recently modified ones for the current user.
| Constructor Summary | |
|---|---|
RecentChangesSelectorWizardStep(ResourceName editedResource)
Builds a page list selector wizard step for the currently edited resource. |
|
| Method Summary | |
|---|---|
protected void |
fetchData(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<WikiPage>> callback)
Fetches the list of items to be displayed in this list from the server. |
void |
setWikiService(WikiServiceAsync wikiService)
Injects the wiki service. |
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.plugin.link.ui.AbstractPageListSelectorWizardStep |
|---|
getListItem, getNewOptionListItem, getNextStep, getSelectErrorMessage, getSelectHelpLabel, getSelection, getStepTitle, matchesSelection, saveSelectedValue |
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractListSelectorWizardStep |
|---|
addNavigationListener, display, displayError, fillList, getErrorLabel, getList, getMainPanel, getSelectedItem, hideError, init, onCancel, onDoubleClick, onKeyUp, onSubmit, refreshList, removeNavigationListener, setActive, setNewOptionOnTop |
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.widget.wizard.util.AbstractSelectorWizardStep |
|---|
getData, getDirectionName, getResult, getValidDirections, initializeSelection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecentChangesSelectorWizardStep(ResourceName editedResource)
editedResource - the currently edited resource (page for which editing is done)| Method Detail |
|---|
protected void fetchData(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<WikiPage>> callback)
fetchData in class AbstractListSelectorWizardStep<LinkConfig,WikiPage>callback - the callback to notify when the fetching is done.public void setWikiService(WikiServiceAsync wikiService)
wikiService - the service used to retrieve the list of recently modified pages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||