[ https://issues.apache.org/jira/browse/PIVOT-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Noel Grandin reassigned PIVOT-377: ---------------------------------- Assignee: Noel Grandin > 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 > Assignee: Noel Grandin > 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.