ComboBoxExpandedPlatform

final
class ComboBoxExpandedPlatform[T <: Txn[T], A](peer: ComboBox[A], tx0: T)(implicit ctx: Context[T]) extends ComboBoxExpandedImpl[T, A] with ComponentHolder[ComboBox[A]] with ComponentExpandedImpl[T] with Repr[T, A]
trait ComponentHolder[ComboBox[A]]
trait Repr[T, A]
trait IControl[T]
trait Form[T]
trait View[T]
trait Disposable[T]
class Object
trait Matchable
class Any

Type members

Inherited types

type C = Component
Inherited from
Repr

Value members

Concrete methods

def comboBox: ComboBox[A]
override
def initComponent()(implicit tx: T, ctx: Context[T]): ComboBoxExpandedPlatform[T, A]
Definition Classes

Inherited methods

final
def component: ComboBox[A]
Inherited from
ComponentHolder
final protected
def component_=(c: ComboBox[A]): Unit
Inherited from
ComponentHolder
override
def dispose()(implicit tx: T): Unit
Definition Classes
Inherited from
ComboBoxExpandedImpl
def initControl()(implicit tx: T): Unit
Inherited from
ComponentExpandedImpl
final protected
def initProperty[A](key: String, default: A)(set: A => Unit)(implicit tx: T, ctx: Context[T]): Unit
Inherited from
ComponentExpandedImpl

Inherited fields

protected
val _value: IExpr[T, (Int, Option[A])] & TxnInit[T]
Inherited from
ComboBoxExpandedImpl