Uses of Class
org.gcube.portlets.user.newsfeed.client.FilterType
-
Packages that use FilterType Package Description org.gcube.portlets.user.newsfeed.client org.gcube.portlets.user.newsfeed.client.panels -
-
Uses of FilterType in org.gcube.portlets.user.newsfeed.client
Methods in org.gcube.portlets.user.newsfeed.client that return FilterType Modifier and Type Method Description static FilterTypeFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterType in org.gcube.portlets.user.newsfeed.client.panels
Methods in org.gcube.portlets.user.newsfeed.client.panels with parameters of type FilterType Modifier and Type Method Description voidNewsFeedPanel. setCurrentFilter(FilterType currentFilter)set the filter type status for automatic reloading of tweets
-