Interface UIActionItem

All Superinterfaces:
UIItem
All Known Subinterfaces:
JavaScriptUIItem, URLUIItem
All Known Implementing Classes:
DeleteMenuItem, JavaScriptMenuItem, MenuItem, ToolbarItem, URLMenuItem

public interface UIActionItem extends UIItem
Author:
Iván Zaera
  • Method Details

    • getIcon

      String getIcon()
    • getLabel

      String getLabel()
    • setIcon

      void setIcon(String icon)
    • setLabel

      void setLabel(String label)