org.cruxframework.crux.widgets.client.rss.feed
Class FeedApi

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.widgets.client.rss.feed.FeedApi

public class FeedApi
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected FeedApi()
           
 
Method Summary
static FeedApi create(String feedUrl)
           
 void findFeeds(String query, SearchFeedCallback callback)
           
 void includeHistoricalEntries()
           
 void load(FeedCallback callback)
           
 void setNumEntries(int entries)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeedApi

protected FeedApi()
Method Detail

create

public static FeedApi create(String feedUrl)

load

public final void load(FeedCallback callback)

setNumEntries

public final void setNumEntries(int entries)

includeHistoricalEntries

public final void includeHistoricalEntries()

findFeeds

public final void findFeeds(String query,
                            SearchFeedCallback callback)


Copyright © 2014. All rights reserved.