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.