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 RecentChangesSelectorWizardStep.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.
protected  void SearchSelectorWizardStep.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.
 

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
 java.util.List<WikiPage> WikiService.getMatchingPages(java.lang.String keyword, int start, int count)
           
 java.util.List<WikiPage> WikiService.getRecentlyModifiedPages(int start, int count)
           
 

Method parameters in org.xwiki.gwt.wysiwyg.client.wiki with type arguments of type WikiPage
 void WikiServiceAsyncCacheProxy.getMatchingPages(java.lang.String keyword, int start, int count, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<WikiPage>> async)
          
 void WikiServiceAsync.getMatchingPages(java.lang.String keyword, int start, int count, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<WikiPage>> async)
           
 void WikiServiceAsyncCacheProxy.getRecentlyModifiedPages(int start, int count, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<WikiPage>> async)
          
 void WikiServiceAsync.getRecentlyModifiedPages(int start, int count, com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<WikiPage>> async)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.