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.4.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