Filtering filter dropdown [message #1715317] |
Sat, 21 November 2015 17:10  |
Eclipse User |
|
|
|
Hi all
I am looking to implement the ability to filter the options in the excel like filter dropdown. Before I could proceed with the implementation, I hoped to modify and contribute back changes to the NatCombo which would replace the direct use of a table with a TableViewer which supports filtering. My question is about the getSelectionIndex and getSelectionIndices methods. The use of the CheckboxTableViewer removed the need to implement the selectionListener and manually selecting the items in the table on click. As a result, the above methods don't return values because the values aren't selected, they are checked. The junit EditIntegrationTest.comboBoxShouldCommitWhenAValueIsSelectedByClickingOnIt now fails for this exact reason. Do these methods continue to serve the same purpose? Should they return the checked indices instead? Let me know what you think?
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06574 seconds