ComboBoxValueExpandedImpl

final class ComboBoxValueExpandedImpl[T <: Txn[T], A](peer: => ComboBox[A], value0: (Int, Option[A]))(targets: ITargets[T], cursor: Cursor[T]) extends ComponentPropertyExpandedImpl[T, (Int, Option[A])]
class ComponentPropertyExpandedImpl[T, (Int, Option[A])]
trait TxnInit[T]
trait IChangeGeneratorEvent[T, (Int, Option[A])]
trait IChangeEventImpl[T, (Int, Option[A])]
trait IChangeEvent[T, (Int, Option[A])]
trait IGeneratorEvent[T, Change[(Int, Option[A])]]
trait IEventImpl[T, Change[(Int, Option[A])]]
trait IEvent[T, Change[(Int, Option[A])]]
trait Observable[T, Change[(Int, Option[A])]]
trait IExpr[T, (Int, Option[A])]
trait Disposable[T]
trait IChangePublisher[T, (Int, Option[A])]
trait IPublisher[T, Change[(Int, Option[A])]]
trait ExprLike[T, (Int, Option[A])]
trait Form[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def --->(sink: IEvent[T, Any])(tx: T): Unit
Inherited from
IEventImpl
def -/->(sink: IEvent[T, Any])(tx: T): Unit
Inherited from
IEventImpl
def changed: IChangeEvent[T, (Int, Option[A])]
final protected def commit(): Unit
def dispose(tx: T): Unit
final def fire(update: Change[(Int, Option[A])])(tx: T): Unit
Inherited from
IGeneratorEvent
def react(fun: T => Change[(Int, Option[A])] => Unit)(tx: T): Disposable[T]
Inherited from
IEventImpl
def value(tx: T): (Int, Option[A])