Re: selectable model discussion
David Crawshaw <[email protected]> Sat, 3 Jan 2004 07:28:58 +1000
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On 03/01/2004, at 6:15 AM, Charles Goodwin wrote: > $group.select; // put to when a selection event occurs > // true for selection, false for deselection > $group.selected; // the most recently (de)selected item > $group.selection; // the current selection array Idea sounds fine, names might be a bit confusing. Not sure, how about last or lastSelected instead of selected? Anyway, go for it. d