getting feed
5 answers
zuk wrote:
You can find a good example on how this is done for Work Items in
com.ibm.team.workitem.rcp.ui.internal.feed.section.WorkItemTypesItemViewUIAdvisor.createTeamFilter().
It basically decides either to keep or remove a news based on its contents.
--
Benjamin Pasero
Work Item & UI Commons Team
i have added new ItemViewFilter to the rtc UI. Now i need to set up
the
filter behavoir.
In my filter I need to exclude some specific feed and i would like to
know how can i do this overwriting select method in a classe that
extends
ViewerFilter...
You can find a good example on how this is done for Work Items in
com.ibm.team.workitem.rcp.ui.internal.feed.section.WorkItemTypesItemViewUIAdvisor.createTeamFilter().
It basically decides either to keep or remove a news based on its contents.
--
Benjamin Pasero
Work Item & UI Commons Team