MonadCombobox

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](elems: Seq[A], selectedElem: A, eventFactory: A => Event): MonadCombobox[A]

Factory to create a Monad Combobox.

Factory to create a Monad Combobox.

Type parameters:
A

the type of the elements

Value parameters:
elems

the elements to display in the combo-box

eventFactory

the factory that create the associated event from the choice of the user

selectedElem

the selected item at the start

Returns:

the MonadCombobox