Trace: • Supported Application.xml Properties • Default Connection Properties • Using Raw Values • Replace JVx' standard Application With ProjX • Setting Default Values • Using FilterEditor With Custom Filter
The FilterEditor supports standard filtering with predefined conditions or full text. If you want to work with FilterEditors but still want to set a custom filter, simply 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.