Andres Almiray | 17 Aug 06:03
Favicon
Gravatar

[groovy-dev] ObservableList addition


Does anyone have an objection on adding groovy.util.ObservableList (similar
to ObservableMap)? it may come in handy for UI development along with
@Bindable. Code and testcases are ready.

It will also be a good idea to tweak the code generated by @Bindable to
chain events coming from ObservableMap/ObservableList into the registered
listeners of the POGO.

- Andres
--

-- 
View this message in context: http://www.nabble.com/ObservableList-addition-tp19017366p19017366.html
Sent from the groovy - dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Robby O'Connor | 17 Aug 06:31

Re: [groovy-dev] ObservableList addition

I hate UI stuff but if i need it...so +1
Andres Almiray wrote:
> Does anyone have an objection on adding groovy.util.ObservableList (similar
> to ObservableMap)? it may come in handy for UI development along with
> @Bindable. Code and testcases are ready.
> 
> It will also be a good idea to tweak the code generated by @Bindable to
> chain events coming from ObservableMap/ObservableList into the registered
> listeners of the POGO.
> 
> - Andres

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Andres Almiray | 17 Aug 06:48
Favicon
Gravatar

Re: [groovy-dev] ObservableList addition


Robby O'Connor wrote:
> 
> I hate UI stuff but if i need it...so +1
> 

Robby, there is always GlazedLists (http://publicobject.com/glazedlists/) ->
EventList
Our own impl (ObservableList) is required in order to avoid adding a
dependency to core (besides keeping a short contract on it) 
--

-- 
View this message in context: http://www.nabble.com/ObservableList-addition-tp19017366p19017512.html
Sent from the groovy - dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Robby O'Connor | 17 Aug 06:51

Re: [groovy-dev] ObservableList addition

Like i said, i avoid UI work as much as possible so...

Andres Almiray wrote:
> 
> Robby O'Connor wrote:
>> I hate UI stuff but if i need it...so +1
>>
> 
> Robby, there is always GlazedLists (http://publicobject.com/glazedlists/) ->
> EventList
> Our own impl (ObservableList) is required in order to avoid adding a
> dependency to core (besides keeping a short contract on it) 

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 17 Aug 09:01
Gravatar

Re: [groovy-dev] ObservableList addition

This sounds useful.

On Sun, Aug 17, 2008 at 6:07 AM, Andres Almiray <aalmiray@...> wrote:
>
> Does anyone have an objection on adding groovy.util.ObservableList (similar
> to ObservableMap)? it may come in handy for UI development along with
> @Bindable. Code and testcases are ready.
>
> It will also be a good idea to tweak the code generated by @Bindable to
> chain events coming from ObservableMap/ObservableList into the registered
> listeners of the POGO.
>
> - Andres
> --
> View this message in context: http://www.nabble.com/ObservableList-addition-tp19017366p19017366.html
> Sent from the groovy - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

--

-- 
Guillaume Laforge
Groovy Project Manager
G2One, Inc. Vice-President Technology
(Continue reading)

Andres Almiray | 17 Aug 21:27
Favicon
Gravatar

Re: [groovy-dev] ObservableList addition


Filed GROOVY-3004 and committed to both 1.6.x and 1.5.x branches
(ObservableList only)

glaforge wrote:
> 
> This sounds useful.
> 
> On Sun, Aug 17, 2008 at 6:07 AM, Andres Almiray <aalmiray@...>
> wrote:
>>
>> Does anyone have an objection on adding groovy.util.ObservableList
>> (similar
>> to ObservableMap)? it may come in handy for UI development along with
>> @Bindable. Code and testcases are ready.
>>
>> It will also be a good idea to tweak the code generated by @Bindable to
>> chain events coming from ObservableMap/ObservableList into the registered
>> listeners of the POGO.
>>
>> - Andres
>> --
>> View this message in context:
>> http://www.nabble.com/ObservableList-addition-tp19017366p19017366.html
>> Sent from the groovy - dev mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
(Continue reading)


Gmane