I have multiple Check Boxes. They are Type of calls, the check boxes are STD
, ISD
, Missed
etc.. In the database I have a column named "Type of Calls" which have the values STD
, ISD
, missed
etc... The task given to me is as follows :
- To Display data in the
JTable
based on the Selection of the check boxes. So , if a user selects the check boxSTD
, the table would show me only STD calls with the other details, and if a user selects the check boxISD
, the table would show me onlyISD
Calls with other details and so on. I'm able to do this. - Problem is When a user selects multiple check boxes. Say I select
ISD
andSTD
, then my table has to show all theSTD
andISD
calls with their Values.
How do I implement this?
Aucun commentaire:
Enregistrer un commentaire