TemplateChildDelegate

class TemplateChildDelegate<OBJECT_TYPE : Widget, CHILD_TYPE>(    name: String,     templateWidgetGType: <Error class: unknown class>,     childClass: KClass<CHILD_TYPE>)(source)

Constructors

Link copied to clipboard
constructor(name: String, templateWidgetGType: <Error class: unknown class>, childClass: KClass<CHILD_TYPE>)

Functions

Link copied to clipboard
open fun getValue(thisRef: OBJECT_TYPE, property: KProperty<*>): CHILD_TYPE