Re: GWT 1.6 Custom Event Handler

2009-04-30 Thread Micky
Seems like the Observer pattern is the best way to create this functionality On Apr 27, 5:16 pm, Kelo mcac...@gmail.com wrote: I wrote a post like yours asking for a guidance or something that it can explain how I can create my own handlers and events, and how I can make a drag drop using

Re: GWT 1.6 Custom Event Handler

2009-04-30 Thread Miroslav Genov
Maybe one of the following articles will help you: http://www.itsolut.com/chrismusings/?p=41 http://lemnik.wordpress.com/2009/03/04/gwts-new-event-model-handlers-in-gwt-16/ http://lemnik.wordpress.com/2009/03/12/using-event-handlers-in-gwt-16/ Regards, Miroslav Micky wrote: Seems like the

GWT 1.6 Custom Event Handler

2009-04-27 Thread Micky
I’m building an application that is similar in layout to the Showcase example that is part of the GWT 1.6 install - there is central DeckPanel that contains a number of content widgets and only one of these widgets can be displayed at any one time. However, whereas the content widget being

Re: GWT 1.6 Custom Event Handler

2009-04-27 Thread Kelo
I wrote a post like yours asking for a guidance or something that it can explain how I can create my own handlers and events, and how I can make a drag drop using mouse handlers but my issue disappeared. On 27 abr, 17:55, Micky micky.johns...@gmail.com wrote: I’m building an application that