Questions tagged as 'rowfilter'

1
answer

RowFilter.regexFilter does not filter columns of type Date in JTable

I have JTable with a TableModel custom, and I'm trying to run a search field using JTextField . However, columns of type Date and my class Cadastrante are not searched. In my TableModel , I overwritten...
asked by 08.04.2016 / 15:27
1
answer

Merge RowFilter.andFilter with RowFilter.orFilter

I have a project that has a table and items to be filtered. They are a JComboBox category, a JTextField , and a JDateCooser date range. I made all the filters separately with RowFilter.andFilter and now I need to put them...
asked by 11.11.2018 / 14:30
1
answer

RowFilter.regexFilter does not filter columns of type Date in JTable

I have JTable with a TableModel custom, and I'm trying to run a search field using JTextField . However, columns of type Date and my class Cadastrante are not searched. In my TableModel , I overwritten...
asked by 08.04.2016 / 15:27