[ 
https://issues.apache.org/jira/browse/PIVOT-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Greg Brown updated PIVOT-377:
-----------------------------

    Fix Version/s: 1.5.1
                       (was: 2.0)

Another benefit of this change is that it will allow a caller to attach a 
decorator to the window to display a "loading" state, in the case that an 
application needs to execute a background task to update the popup contents 
(e.g. disabling calendar dates based on server-side business rules).


> Provide access to the window in popup button components
> -------------------------------------------------------
>
>                 Key: PIVOT-377
>                 URL: https://issues.apache.org/jira/browse/PIVOT-377
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>            Reporter: Greg Brown
>            Priority: Minor
>             Fix For: 1.5.1
>
>
> Add a Skin interface to the following components that provides access to the 
> popup window:
> ListButton
> MenuButton
> CalendarButton
> ColorChooserButton
> For example, ListButton.Skin might look like:
> public interface Skin {
>     public Window getListPopup();
> }
> This will allow an application to respond to events fired by the window such 
> as keyTyped() or windowOpened()/Closed().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to