Interface IDropDownMenuAction


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface IDropDownMenuAction
Adds the possibility to add a drop down menu customizer.
Since:
17
  • Method Details

    • addMenuCustomizer

      void addMenuCustomizer(IDropDownMenuCustomizer customizer)
      Add a customizer to customize the drop down menu before it gets shown.
      Parameters:
      customizer - The drop down menu customizer.
    • removeMenuCustomizer

      void removeMenuCustomizer(IDropDownMenuCustomizer customizer)
      Remove a customizer.
      Parameters:
      customizer - The drop down menu customizer.