IControlImpl

trait IControlImpl[T <: Txn[T]] extends IControl[T]
trait IControl[T]
trait Disposable[T]
trait Form[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected

Concrete methods

def dispose()(implicit tx: T): Unit
def initControl()(implicit tx: T): Unit

The default does nothing. Sub-classes may override this.

The default does nothing. Sub-classes may override this.

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