checkbox in JTable header?
Is it possible to put a checkbox into a JTable header?
The idea is to have a column of checkboxes, and also a checkbox
in the header. Checking the one in the header causes all the
ones in the column to also become checked.
Any sample code, or any words about experience with trying something
like this, would be helpful. Thanks.
.
Relevant Pages
- Re: Check One CheckBox To Check All CheckBoxes
... & to check/uncheck the rest of the CheckBoxes when the CheckBox in the ... Header is checked/unchecked respectively, ... browsers, you can pretty much guarantee that it's because IE is not ... I know how to do it using JavaScript but am ... (microsoft.public.dotnet.framework.aspnet) - Re: Check One CheckBox To Check All CheckBoxes
... then when the CheckBox in the Header is checked, ... invoking a sub named 'CheckAllRows' on the CheckedChanged event of this ... checked and when you uncheck the header checkbox then have all the ... (microsoft.public.dotnet.framework.aspnet) - Re: Row Selector Column
... I've just modified my former CheckBox Column example and added a Header ... CheckBox in it which will control All Check and All UnCheck through ... | create clientside code on one of my custom columns. ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) - Re: Check One CheckBox To Check All CheckBoxes
... then when the CheckBox in the Header is checked, ... appears 10 items but when I uncheck the CheckBox in the Header so that ... Dim chkSelHeader As CheckBox ... (microsoft.public.dotnet.framework.aspnet) - DataGridView Column Header text with Checkbox.
... Header Check Box in DataGridView CheckBox Columns ... original | Report Abuse | Find messages by this author ... (microsoft.public.dotnet.framework) |
|