MonadButton

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(title: String, event: Event, cssClass: String, logicOnClick: (MouseEvent, Button) => Unit): MonadButton

Factory to create a Monad Button.

Factory to create a Monad Button.

Value parameters:
cssClass

the css class to style the button

event

the associated event on the button click

logicOnClick

the additional logic to perform on click

title

the text to show in the button

Returns:

the MonadButton