|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.gcube.portlets.user.newsfeed.client.panels.NewsFeedPanel
public class NewsFeedPanel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
static String |
COMMENT_LABEL
|
static String |
GET_OID_PARAMETER
|
static String |
LIKE_LABEL
|
static String |
LIKED_LABEL
|
static String |
loading
|
static String |
MESSAGE_LABEL
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
NewsFeedPanel()
|
Method Summary | |
---|---|
void |
addJustAddedFeed(org.gcube.portal.databook.shared.ClientFeed cFeed)
used when addin directly a feed from the UI (IPC) |
protected void |
doDeleteComment(TweetTemplate owner,
String commentId)
|
protected void |
doShowCachedNewUpdates()
called when a user click on the are new updates |
void |
setCurrentFilter(FilterType currentFilter)
set the filter type status for automatic reloading of tweets |
void |
showAllUpdatesFeeds()
All Updates |
void |
showOnlyConnectionsFeeds()
Only User Connections |
void |
showOnlyLikedFeeds()
Only User Liked Feeds |
void |
showOnlyMyFeeds()
Only User Feeds |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String loading
public static final String GET_OID_PARAMETER
public static final String LIKE_LABEL
public static final String LIKED_LABEL
public static final String COMMENT_LABEL
public static final String MESSAGE_LABEL
Constructor Detail |
---|
public NewsFeedPanel()
Method Detail |
---|
protected void doShowCachedNewUpdates()
public void addJustAddedFeed(org.gcube.portal.databook.shared.ClientFeed cFeed)
userid
- fullName
- thumbURL
- description
- public void showAllUpdatesFeeds()
public void showOnlyConnectionsFeeds()
public void showOnlyMyFeeds()
public void showOnlyLikedFeeds()
protected void doDeleteComment(TweetTemplate owner, String commentId)
public void setCurrentFilter(FilterType currentFilter)
currentFilter
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |