Uses of Class
com.xpn.xwiki.wysiwyg.client.util.WikiPage

Packages that use WikiPage
com.xpn.xwiki.wysiwyg.client   
com.xpn.xwiki.wysiwyg.client.plugin.link.ui   
com.xpn.xwiki.wysiwyg.server   
 

Uses of WikiPage in com.xpn.xwiki.wysiwyg.client
 

Methods in com.xpn.xwiki.wysiwyg.client 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 com.xpn.xwiki.wysiwyg.client 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)
           
 

Uses of WikiPage in com.xpn.xwiki.wysiwyg.client.plugin.link.ui
 

Methods in com.xpn.xwiki.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 com.xpn.xwiki.wysiwyg.client.plugin.link.ui with parameters of type WikiPage
protected  ListItem<WikiPage> AbstractPageListSelectorWizardStep.getListItem(WikiPage data)
          
protected  boolean AbstractPageListSelectorWizardStep.matchesSelection(WikiPage item, java.lang.String selection)
          Compares the current item with the passed string representation of the wizard step's selection.
 

Method parameters in com.xpn.xwiki.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 com.xpn.xwiki.wysiwyg.server
 

Methods in com.xpn.xwiki.wysiwyg.server that return types with arguments of type WikiPage
 java.util.List<WikiPage> DefaultWikiService.getMatchingPages(java.lang.String keyword, int start, int count)
          
 java.util.List<WikiPage> DefaultWikiService.getRecentlyModifiedPages(int start, int count)
          
 



Copyright © 2004-2010 XWiki. All Rights Reserved.