Interface IDropDownToolItem


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface IDropDownToolItem
Access to the drop down tool item, allows configuring the set of available actions.
Since:
18
  • Method Details

    • addActionsListFilter

      void addActionsListFilter(ActionsListFilter filter)
      Add an actions list filter.
      Parameters:
      filter - The filter.
    • removeActionsListFilter

      void removeActionsListFilter(ActionsListFilter filter)
      Remove an actions list filter.
      Parameters:
      filter - The filter to remove.