Thursday, December 2, 2010

Re: Get all events

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, 11:18, ep <eplisc...@googlemail.com> wrote:
> hi, is this one you're looking for?http://groups.google.com/group/google-web-toolkit-contributors/browse...
> 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
> shall bind it with, and attach your handler from within the javascript
> code (referring to widget's method via GWT's @class references, rather
> than raw JS code)
>
> On 24 Nov., 10:43, MAM <mersni.am...@gmail.com> wrote:
>
>
>
>
>
>
>
> > please , need help!!
>
> > thanks
>
> > On 23 nov, 09:53, MAM <mersni.am...@gmail.com> wrote:
>
> > > thanks for the reply , i'm not trying to listen to native domevents.
> > > i give you an example to understand:
>
> > > - i have a button "add" with an "addClickHandler"
> > > - At runtime i'm trying togetallbutton's properties andevents(in
> > > this case the "addClickHandler")
>
> > > Thanks
>
> > > On 19 nov, 12:25, Jack <mlsubscri...@gmail.com> wrote:
>
> > > > You mean something like:
>
> > > > Event.addNativePreviewHandler(NativePreviewHandler handler)
>
> > > > ?
>
> > > > JavaDoc: Adds a NativePreviewHandler that will receiveallevents
> > > > before they are fired to their handlers. Note that the handler will
> > > > receiveallnativeevents, including those received due to bubbling,
> > > > whereas normal event handlers only receive explicitly sunkevents.
>
> > > > On 19 Nov., 10:33, MAM <mersni.am...@gmail.com> wrote:
>
> > > > > i want to retrieveallevents, "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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment