Are you using GWT-EXT ?

if your are using GWT-EXT, please go to http://gwt-ext.com/forum for
GWT-EXT questions

to set ID for any Widget use:

TextField.setId(String id);

to get ID for any Widget use:

String ComboBox.getId();

I hope this can help you...

On Dec 10, 5:53 pm, Ruggershawn <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am trying to set Id's in a EditorGridPanel so I can use selenium for
> automation testing. I have different widgets in each cell (TextField,
> ComboBox, NumberField) and need to find a way to set a unique id for
> each widget on each row.
>
> Any ideas?
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to