| Package | Description |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.link.ui | |
| org.xwiki.gwt.wysiwyg.client.wiki |
| Modifier and Type | Method and Description |
|---|---|
protected ListItem<WikiPage> |
AbstractPageListSelectorWizardStep.getListItem(WikiPage data) |
protected ListItem<WikiPage> |
AbstractPageListSelectorWizardStep.getNewOptionListItem() |
| Modifier and Type | Method and Description |
|---|---|
protected ListItem<WikiPage> |
AbstractPageListSelectorWizardStep.getListItem(WikiPage data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SearchSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> callback) |
protected void |
RecentChangesSelectorWizardStep.fetchData(com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<WikiPage> |
WikiService.getMatchingPages(String wikiName,
String keyword,
int start,
int count) |
List<WikiPage> |
WikiService.getRecentlyModifiedPages(String wikiName,
int start,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceAsync.getMatchingPages(String wikiName,
String keyword,
int start,
int count,
com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> async) |
void |
WikiServiceAsyncCacheProxy.getMatchingPages(String wikiName,
String keyword,
int start,
int count,
com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> async) |
void |
WikiServiceAsync.getRecentlyModifiedPages(String wikiName,
int start,
int count,
com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> async) |
void |
WikiServiceAsyncCacheProxy.getRecentlyModifiedPages(String wikiName,
int start,
int count,
com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> async) |
Copyright © 2004–2017 XWiki. All rights reserved.