Documentation

(applications)

Using FilterEditor With Custom Filter

This is an old revision of the document!


The FilterEditor supports standard filtering with predefined coditions or full-text. If you want to work with FilterEditors but want to set a custom Filter, simple disable automatic search and add a filter changed event:

filterEditor.setAutoSearch(false);
filterEditor.eventFilterValueChanged().addListener(this, "doCustomFilter);

Simply set a custom filter condition via doCustomFilter.

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information