Re: selectable model discussion

Tupshin Harper <[email protected]> Fri, 02 Jan 2004 13:21:10 -0800
Newsgroups gmane.comp.java.xwt.widgets
Message-ID <[email protected]>
Charles Goodwin wrote:

>I've been thinking about the selectable model.
>  
>

>                    //   true for selection, false for deselection
>$group.selected;    // the most recently (de)selected item
>
>  
>

>Any thoughts or objections?
>
>- Charlie
>
>  
>
No objections...makes sense to me. I'm assuming that group.selected 
would return null if nothing is selected?

-Tupshin