Interface UIToolBarManager

    • Method Detail

      • addToolBarItem

        void addToolBarItem​(UIToolBarItem item)
        Adds a UIToolBarItem to the UI. Make sure you at least set the icon before adding
        Parameters:
        item -
      • getToolBarItem

        UIToolBarItem getToolBarItem​(java.lang.String id)
      • removeToolBarItem

        void removeToolBarItem​(java.lang.String id)