Re: Get all events

2010-12-08 Thread MAM
Still searching, any help? Thanks On 2 déc, 12:00, MAM wrote: > thank you for the reply, but that's not what I want, actually I want > to do the same thing like in gwt designer :by clicking on the widget > we haveallthe possibleeventsto be added and  those already > present. i try to do the Same

Re: Get all events

2010-12-02 Thread MAM
thank you for the reply, but that's not what I want, actually I want to do the same thing like in gwt designer :by clicking on the widget we have all the possible events to be added and those already present. i try to do the Same Thing by retrieving all events (to add & added). Thanks On 24 nov,

Re: Get all events

2010-11-24 Thread ep
hi, is this one you're looking for? http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/c5d8b0d04d3ab946# if so, maybe we can make an issue on that :) elsewise, maybe a workaround would help: write a JSNI method which takes generic eventhandler and a widget it shal

Re: Get all events

2010-11-24 Thread MAM
please , need help!! thanks On 23 nov, 09:53, MAM wrote: > thanks for the reply , i'm not trying to listen to native dom events . > i give you an example to understand: > > - i have a button "add" with an "addClickHandler" > - At runtime i'm trying to get all button's properties and events (in >

Re: Get all events

2010-11-23 Thread MAM
thanks for the reply , i'm not trying to listen to native dom events . i give you an example to understand: - i have a button "add" with an "addClickHandler" - At runtime i'm trying to get all button's properties and events (in this case the "addClickHandler") Thanks On 19 nov, 12:25, Jack wrot

Re: Get all events

2010-11-19 Thread Jack
You mean something like: Event.addNativePreviewHandler(NativePreviewHandler handler) ? JavaDoc: Adds a NativePreviewHandler that will receive all events before they are fired to their handlers. Note that the handler will receive all native events, including those received due to bubbling, wherea

Get all events

2010-11-19 Thread MAM
i want to retrieve all events , "previously"added to a Widget(button, Panel, TextFiled ...) , at runtime -- 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 unsubscri