MonadComponents
Module that contains all the definition of custom components that can be easily integrated in a monadic system.
Type members
Classlikes
MonadButton represents an EventSource that emit custom events when pressed.
MonadButton represents an EventSource that emit custom events when pressed.
- Companion:
- object
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
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