Uses of Class
org.wicketstuff.twitter.behavior.ajax.AbstractAjaxTwitterEventBehavior
-
Packages that use AbstractAjaxTwitterEventBehavior Package Description org.wicketstuff.twitter.behavior.ajax -
-
Uses of AbstractAjaxTwitterEventBehavior in org.wicketstuff.twitter.behavior.ajax
Subclasses of AbstractAjaxTwitterEventBehavior in org.wicketstuff.twitter.behavior.ajax Modifier and Type Class Description classAjaxClickEventBehaviorhttps://dev.twitter.com/docs/intents/events#tweet
Supported by: Tweet Button & Follow Button
Receive an event when the user has clicked the Tweet Button or Follow Button.classAjaxFavoriteEventBehaviorhttps://dev.twitter.com/docs/intents/events#favorite
Supported by: Web Intents
This event will populate the favorited tweet_id in the Event Object's data method.classAjaxFollowEventBehaviorhttps://dev.twitter.com/docs/intents/events#follow Supported by: Tweet Button, Follow Button, & Web Intents This event will populate the followed user_id in the Event Object's data method.classAjaxRetweetEventBehaviorhttps://dev.twitter.com/docs/intents/events#retweet
Supported by: Web Intents
This event will populate the original Tweet that was retweeted's source_tweet_id in theEventObject.classAjaxTweetEventBehaviorhttps://dev.twitter.com/docs/intents/events#tweet Supported by: Tweet Button & Web Intents This event will be triggered when the user publishes his tweet within the share box.
-