Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-377

Provide access to the window in popup button components

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.5
    • wtk
    • None

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

      Attachments

        Activity

          People

            grandinj Noel Grandin
            gbrown Gregory K. Brown
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: