Description
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().