Repr

trait Repr[T <: Txn[T], A] extends View[T] with IControl[T]
trait IControl[T]
trait Form[T]
trait View[T]
trait Disposable[T]
class Object
trait Matchable
class Any

Type members

Types

type C = Component

Value members

Abstract methods

def comboBox: ComboBox[A]

Inherited methods

def component: C
Inherited from
View
def dispose(tx: T): Unit
Inherited from
Disposable
def initControl(tx: T): Unit
Inherited from
IControl