MonadConfigButton

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
class Object
trait Matchable
class Any

Value members

Abstract methods

def button: Button
Returns:

the associated html button.

def input: Input
Returns:

the associated html input.

def panel: HTMLElement
Returns:

the div that assemble the button and the input horizontally.

Inherited methods

def events: Observable[Event]
Returns:

an observable that allow to receive all the Event emitted by the EventSource.

Inherited from:
EventSource