Repr

trait Repr[T <: Txn[T]] 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

Inherited methods

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