Question
TableViewDescriptor usage
Hi.
Can anyone share example of TableViewDescriptor usage to filter list of persistables?
I need java code.
Thanks.
ps:
for example i have:
TableViewDescriptor myCustomTVD = ...;
List<Persistable> persistableList = ...;
and nothing more.
What sequence of methods should i use to get filtered list of persistables according to filter in TableViewDescriptor?

