Interface IFlatToolbarButton


  • public interface IFlatToolbarButton
    Flat button pressed.
    Author:
    Christopher Mindus
    • Method Detail

      • onSelected

        void onSelected​(FlatToolbarButton button)
        Called when the button is pressed.
        Parameters:
        button - The button.
      • getIntegration

        default IFlatToolbarButtonIntegration getIntegration​(FlatToolbarButton button)
        Initializes the specialized interface that displays tooltips and context menu.
        Returns:
        The interface supporting integration with the button, or null for none.