hi ,

I have created the login page with gwt, which contain username,
password and login button.
I have written some logic that checked the credential and go on.I used
flextable which contains all the widgets.  now problem is that ,I have
to create keyboardlistener for whole page and that means after opening
the page
if i pressed "ENTER KEY OR ANY KEY" it wil called the  that I have
created on Login button.

What I have done.
1) I tried class A extends entrypoint implements keyuplistener which
given me abstract methods ,where I have written my login on "KEYPRESS
EVENT".but , it didn't work.

2)I tried for finding keyeventlistener for topmost flextable but i
didn't get any help.

Pls help me out for the same

thanks
janmejay

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to