public class RecentChangesSelectorWizardStep extends AbstractPageListSelectorWizardStep
| Constructor and Description |
|---|
RecentChangesSelectorWizardStep(WikiServiceAsync wikiService)
Creates a new page selector based on the recently modified pages.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> callback)
Fetches the list of items to be displayed in this list from the server.
|
getListItem, getNewOptionListItem, getNextStep, getSelectErrorMessage, getSelectHelpLabel, getWikiService, serializeDocumentReferenceisSelectedByDefault, saveSelectedValueaddNavigationListener, display, displayError, fillList, getErrorLabel, getList, getSelectedItem, hideError, init, onCancel, onDoubleClick, onKeyUp, onSubmit, refreshList, removeNavigationListener, setActive, setNewOptionOnTopgetData, getResult, initializeSelectiongetStepTitle, isAutoSubmit, setStepTitlegetDirectionName, getValidDirections, setDirectionName, setNextStep, setValidDirectionspublic RecentChangesSelectorWizardStep(WikiServiceAsync wikiService)
wikiService - the service used to retrieve the list of recently modified pagesprotected void fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> callback)
AbstractListSelectorWizardStepfetchData in class AbstractListSelectorWizardStep<EntityLink<LinkConfig>,WikiPage>callback - the callback to notify when the fetching is done.Copyright © 2004–2016 XWiki. All rights reserved.