|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WikiPage | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.link.ui | |
| org.xwiki.gwt.wysiwyg.client.wiki | |
| Uses of WikiPage in org.xwiki.gwt.wysiwyg.client.plugin.link.ui |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui that return types with arguments of type WikiPage | |
|---|---|
protected ListItem<WikiPage> |
AbstractPageListSelectorWizardStep.getListItem(WikiPage data)
|
protected ListItem<WikiPage> |
AbstractPageListSelectorWizardStep.getNewOptionListItem()
|
| Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type WikiPage | |
|---|---|
protected ListItem<WikiPage> |
AbstractPageListSelectorWizardStep.getListItem(WikiPage data)
|
| Method parameters in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with type arguments of type WikiPage | |
|---|---|
protected void |
RecentChangesSelectorWizardStep.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. |
protected void |
SearchSelectorWizardStep.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. |
| Uses of WikiPage in org.xwiki.gwt.wysiwyg.client.wiki |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.wiki that return types with arguments of type WikiPage | |
|---|---|
List<WikiPage> |
WikiService.getMatchingPages(String wikiName,
String keyword,
int start,
int count)
|
List<WikiPage> |
WikiService.getRecentlyModifiedPages(String wikiName,
int start,
int count)
|
| Method parameters in org.xwiki.gwt.wysiwyg.client.wiki with type arguments of type WikiPage | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||