MonadComponents

Module that contains all the definition 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
trait MonadCombobox[A] extends EventSource

MonadCombobox represents an EventSource that is composed by a combo-box that emit events when the choice is changed.

MonadCombobox represents an EventSource that is composed by a combo-box that emit events when the choice is changed.

Companion:
object
Companion:
class

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

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

Companion:
object