-
public final class HtmlAttributes.AttributeDelegate<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description HtmlAttributes.AttributeDelegate()
-
Method Summary
Modifier and Type Method Description final T
getValue(HtmlAttributes<?> thisRef, KProperty<?> property)
final Unit
setValue(HtmlAttributes<?> thisRef, KProperty<?> property, T value)
-
-
Method Detail
-
getValue
final T getValue(HtmlAttributes<?> thisRef, KProperty<?> property)
-
setValue
final Unit setValue(HtmlAttributes<?> thisRef, KProperty<?> property, T value)
-
-
-
-