MonadComponents

Module that contains all the definitions of custom components that can be easily integrated in a monadic system.

class Object
trait Matchable
class Any

Type members

Classlikes

Companion:
class
trait MonadButton extends EventSource

MonadButton represents an EventSource that emit custom events when pressed.

MonadButton represents an EventSource that emit custom events when pressed.

Companion:
object
Companion:
class

MonadConfigButton represents an EventSource composed by a button and an input. Usually it is useful to deal with configuration button that need some text as input.

MonadConfigButton represents an EventSource composed by a button and an input. Usually it is useful to deal with configuration button that need some text as input.

Companion:
object
Companion:
class
trait MonadSelect extends EventSource

MonadSelect represents an EventSource that is composed by a select that emit events when the choice is changed.

MonadSelect represents an EventSource that is composed by a select that emit events when the choice is changed.

Companion:
object