hi grp,
I am new to GWT. i m trying the examples given in GWT_Ext Showcase --
> Grid --> Checkbox row selection. when i run the example, the button
action is not triggering.
Following is the code :
Button button = new Button("Get Selected", new ButtonListenerAdapter()
{
public void onClick(Button button, EventObject e) {
Window.alert("i m here");
/*Record[] records = cbSelectionModel.getSelections
();
String msg = "";
for (int i = 0; i < records.length; i++) {
Record record = records[i];
msg += record.getAsString("company") + " ";
}
System.out.println("Records Selected :" + msg); */
}
});
Kindly guide me :). Thanks in advance.
Cheers!!!
Mohan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---