Ah, ok fair enough apperantly (google search helps a lot :) you should be able to use:
DomEvent.fireEvent(Document.get().createXXXEvent, handlerSource); On Tue, Aug 3, 2010 at 11:52 AM, Blagoja Chavkoski <[email protected]>wrote: > Hi, > first tnx for the rpl.. > > yes thats ok...also would be ok to fire onNativeEvent in widget > method...but I have more components(widgets) related to that event..and i > dont like to keep instance of all of them and fire the event one by > one...for each... > In gwt 1.6 there ware metods in Document.firexxxnativeEvent...but after 2.0 > there not inside...and i dont no how can be done... > > On Tue, Aug 3, 2010 at 11:45 AM, Rob Coops <[email protected]> wrote: > >> No idea if it is the right thing to do but you could just call the >> onKeyPressed method of the widget in quesion can't you? >> >> On Tue, Aug 3, 2010 at 11:40 AM, Blaze <[email protected]> wrote: >> >>> Hi all, >>> >>> I have one question...how can we fire a native event in gwt...?? >>> by native event I think on let me say..keyboard key pressed...etc >>> >>> Tnx, >>> >>> -- >>> 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]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >>> >> -- >> 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]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
