MonadSelect

trait MonadSelect extends EventSource

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

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def select: Select
Returns:

the associated html select.

Inherited methods

def events: Observable[Event]
Returns:

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

Inherited from:
EventSource