Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] How to get multiple checkbox columns in CheckboxTableViewer

Hi all,

            How do I get columns with checkbox items. I would be using to select the values and do some processing. I just checked API of CheckBoxTableViewer , but it by default gives checkbox only to one column and other columns does not have checkbox.  I am using this as filtering and the tableviewer is readonly.

 

I tried creating  Table with SWT.CHECK which gives checkbox only for the first column and checking it would mean whole row is selected. But I need something like column value selection. I am very new to SWT and JFACE could anybody throw some light with little detailed API (Approach). My table viewer should look something like this,

 

I should be able to select data values per column and not rows[It is basically non editable table]

 

 

 

 

Thanks in advance

Chethan.

_______________
Siebel
IT'S ALL ABOUT THE CUSTOMER
Visit www.siebel.com

This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Siebel Systems, Inc. or its customers or partners. Any unauthorized review, use, copying, disclosure or distribution of this message is strictly prohibited. If you are not an intended recipient of this message, please contact the sender by reply e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation.


Back to the top