Forwarding to the dev list - see message below.  How might we allow callers
to get notified when the user presses keys once the list button's popup is
open?  The popup isn't exposed directly -- it's managed by the skin...

-T

---------- Forwarded message ----------
From: Todd Volkert <[email protected]>
Date: Sat, Jan 2, 2010 at 12:52 PM
Subject: Re: ListButton Lookup
To: [email protected]


Hi Marcos,

No, the ListButton component doesn't automatically jump to a particular list
item upon the user typing because the list data is of type List<Object>.
 You can implement this manually by registering a ComponentKeyListener on
the component and calling listButton.setSelectedIndex() based on what the
user typed.

However, you won't have the option of registering that listener on the list
button's popup...  let me ask this of the developer list and see what they
say about how we could address this in a future release.

Cheers,
-T


On Sat, Jan 2, 2010 at 12:08 PM, Marcos Jordão <[email protected]>wrote:

> Boa tarde.
>
> The ListButton component haven't lookup on typing?
> How to do it?
>
> Thanks.
>
> *Marcos Antonio Campos Jordão''*
>

Reply via email to