adding new feed filters
hi,
i have added the extension point ItemViewUIAdvisor to create my ItemViewerFilter and to add this to client's user interface.
now i'm confused about filter behaviour (i'm only interested to new feed subscription created by user):
in my filter I need to exclude some specific feeds from the feedreader and that is done implementing the select method in a classe that extends ViewerFilter...
how can i get all feeds to feedreader and use these in select method, utilizing a casting with the element argument?
I will appreciate any hints, snippet or example and thank you in advance
i have added the extension point ItemViewUIAdvisor to create my ItemViewerFilter and to add this to client's user interface.
now i'm confused about filter behaviour (i'm only interested to new feed subscription created by user):
public class FeedFilterExtension implements IItemViewUIAdvisor {
ItemViewerFilter facebookFilter;
FeedFilter ff;
public void configure(ItemViewUIConfigurer arg0) {
facebookFilter=new ItemViewerFilter(ff, "fb", "Facebook",1);
facebookFilter.setEnabledByDefault(true);
arg0.addFilter(facebookFilter);
}
}
in my filter I need to exclude some specific feeds from the feedreader and that is done implementing the select method in a classe that extends ViewerFilter...
public class FeedFilter extends ViewerFilter {
@Override
public boolean select(Viewer viewer, Object parentElement,
Object element) {
return true;
}
}
how can i get all feeds to feedreader and use these in select method, utilizing a casting with the element argument?
I will appreciate any hints, snippet or example and thank you in advance
18 answers
http://friendfeed-media.com/87b5895f042ffb3b48302a84c250d657287fb154
the problem is about the red rectangular area... only the first six items are visibles, from the others there is no space...
the problem is about the red rectangular area... only the first six items are visibles, from the others there is no space...
Benjamin Pasero wrote:
Strange. Please send me the plugin that adds these filters so that I can
try to reproduce.
--
Benjamin Pasero
Work Item & UI Commons Team
zuk wrote:
http://friendfeed-media.com/87b5895f042ffb3b48302a84c250d657287fb154
the problem is about the red rectangular area... only the first three
items are visibles, from the others there is no space...
Is that with RTC 1.0 or 2.0?
Strange. Please send me the plugin that adds these filters so that I can
try to reproduce.
--
Benjamin Pasero
Work Item & UI Commons Team
rose wrote:
There is ideas to support feeds on the server as well (including WebUI)
but nothing has been coded in this area, so you would have to start from
0 I guess.
--
Benjamin Pasero
Work Item & UI Commons Team
i want to save in repository the news relative at all user new feed
subscription, if these be like with some condition...
There is ideas to support feeds on the server as well (including WebUI)
but nothing has been coded in this area, so you would have to start from
0 I guess.
--
Benjamin Pasero
Work Item & UI Commons Team
page 2of 1 pagesof 2 pages