Uses of Class
org.xwiki.gwt.wysiwyg.client.wiki.WikiPage

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 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.
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.
 

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 WikiServiceAsyncCacheProxy.getMatchingPages(String wikiName, String keyword, int start, int count, com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> async)
          
 void WikiServiceAsync.getMatchingPages(String wikiName, String keyword, 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)
          
 void WikiServiceAsync.getRecentlyModifiedPages(String wikiName, int start, int count, com.google.gwt.user.client.rpc.AsyncCallback<List<WikiPage>> async)
           
 



Copyright © 2004–2015 XWiki. All rights reserved.