Interface ShowableListMenu

All Known Implementing Classes:
CascadingMenuPopup, ListPopupWindow, MenuPopup, MenuPopupWindow, StandardMenuPopup

public interface ShowableListMenu
A list menu which can be shown and hidden and which is internally represented by a ListView.
  • Method Details

    • show

      void show()
    • dismiss

      void dismiss()
    • isShowing

      boolean isShowing()
    • getListView

      ListView getListView()
      Returns:
      The internal ListView for the visible menu.