You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/02/11 22:32:28 UTC

[jira] Updated: (PIVOT-377) Provide access to the window in popup button components

     [ 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:     (was: 1.4.1)
                   2.0

Deferring this issue since the primary driver for this feature has been resolved via PIVOT-409.


> 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: 2.0
>
>
> 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.