Uses of Interface
ca.corbett.extras.actionpanel.ToolBarNewItemSupplier
Packages that use ToolBarNewItemSupplier
Package
Description
Contains the ActionPanel component and supporting classes.
-
Uses of ToolBarNewItemSupplier in ca.corbett.extras.actionpanel
Methods in ca.corbett.extras.actionpanel that return ToolBarNewItemSupplierModifier and TypeMethodDescriptionToolBarOptions.getNewActionSupplier()Returns the ToolBarNewItemSupplier responsible for supplying new ToolBarActions when the user clicks the "Add item" button in the toolbar.Methods in ca.corbett.extras.actionpanel with parameters of type ToolBarNewItemSupplierModifier and TypeMethodDescriptionToolBarOptions.setNewActionSupplier(ToolBarNewItemSupplier newActionSupplier) If allowItemAdd is true and a Supplier is given here, then an "Add item" button will be shown in the toolbar.