CheckBoxSelectionModel

2011-06-14 Thread NANOUS
Bonjour, Comment je peut ajouter un ActionListener à une grid ,sachant que cette grid admet comme plugin un CheckBox, et que l'action soit en relation avec ce plugin?? Merci d'avance -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To pos

Re: CheckBoxSelectionModel

2011-06-14 Thread Juan Pablo Gardella
In english please 2011/6/14 NANOUS > Bonjour, > > Comment je peut ajouter un ActionListener à une grid ,sachant que > cette grid admet comme plugin un CheckBox, > et que l'action soit en relation avec ce plugin?? > > Merci d'avance > > -- > You received this message because you are subscribed to

Re: CheckBoxSelectionModel

2011-06-15 Thread Brian Reilly
Look at the CellTable example in the Showcase application: http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable The source code is viewable from that page as well. -- Brian 2011/6/14 NANOUS : > Bonjour, > > Comment je peut ajouter un ActionListener à une grid ,sachant que > ce

problem with CheckboxSelectionModel

2008-12-05 Thread Cris
Hi, I am using CheckboxSelectionModel to create a column with list of checkboxes. when I click on any column of the row the checkbox is getting selected. How can I remove this checkbox selection. I used the following steps to create the Checkbox cloumn final CheckboxSelectionModel cbsModel

grid with CheckBoxSelectionModel

2011-06-14 Thread NANOUS
Hi all, i have a problem when i use the CheckBoxSelectionModel in my grid is that i can't define the listener. So, i want extract information from the store when i checked some row from the grid ( of course with the CheckBoxSelectionModel plugin)... Someone can help me??? if there is some

Re: grid with CheckBoxSelectionModel

2011-06-14 Thread Juan Pablo Gardella
Check this thread<http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b907ca2a4469a6b?pli=1> 2011/6/14 NANOUS > Hi all, > i have a problem when i use the CheckBoxSelectionModel in my grid is > that i can't define the listener. > > So, i want ex

GWT DataGrid CheckBoxSelectionModel Issue

2020-04-07 Thread Rafael Morais do Amaral
Hello Guys! I have an issue with GWT Grid using CheckBoxSelectionModel, my ListStore is loaded by default with all the elements (checkboxes) selected and they are locked because they didn't change by user. So when i click on a column header the sort event deselect all ListStore elements.

CheckboxSelectionModel: uncheck All is not working in Firefox

2009-01-04 Thread Cris
Hi I am using CheckboxSelectionModel to CheckAll/UncheckAll. This check box is working fine in IE.But in Firefox Uncheck all is not working (i.e. all the checkboxes are not getting unchecked when click on header checkbox). Check all is working fine. Iam using Firefox 3.0.5 Please help me Cris