cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Filter in EVS Valuehelp

Former Member
0 Kudos

Hi people,

I need to implement a custom filter for the EVS Valuehelp. The default filter can not use wildcards in the filtercriteria.

So I implemented the Interface IWDFilterListener and initialized the EVS with following code:

WDValueServices.createBoundValueSet(wdContext.getNodeInfo().getAttribute("test"),

wdContext.nodeNodes(),

wdContext.nodeNodes().getNodeInfo().getAttribute("key"),

wdContext.nodeNodes().getNodeInfo().getAttribute("value"),

new MyFilter());

Unfortunatly the methode "fillNode" isn't called, when the enterevent of the EVS Filter is fired.

How have I to initialize the EVS for using my custom filter?

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Nobody here, who can help me?