object MonadButton
- Companion:
- class
Value members
Concrete methods
def apply(title: String, event: Event, customLogicOnClick: (ActionEvent, JButton) => Unit): MonadButton
Factory to create a Monad Button.
Factory to create a Monad Button.
- Value parameters:
- customLogicOnClick
the additional logic to perform on click
- event
the associated event on the button click
- title
the text to show in the button
- Returns:
the MonadButton