Interface DropDownModel


public interface DropDownModel
An interface to model a drop down menu, so we can pump it into a UI component easier
Since:
v4.4.1
  • Method Details

    • getTopText

      String getTopText()
      Returns:
      the top level text of the drop down menu
    • getTotalItems

      int getTotalItems()
      Returns:
      the count of items inside any sections
    • getSections

      Returns:
      a list fo menu sections