ComponentExpandedImpl

trait ComponentExpandedImpl[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

Inherited types

type C <: Component
Inherited from
View

Value members

Abstract methods

protected

Concrete methods

def dispose()(implicit tx: T): Unit
def initComponent()(implicit tx: T, ctx: Context[T]): ComponentExpandedImpl[T]
def initControl()(implicit tx: T): Unit
final protected
def initProperty[A](key: String, default: A)(set: A => Unit)(implicit tx: T, ctx: Context[T]): Unit

Inherited methods

Inherited from
View