abstract class TypedAbstractAttribute<T>(keyString: String, key: Int, component: ComponentBase) : AbstractAttribute
TypedAbstractAttribute
(
keyString
, key
, component
)
|
Signature
constructor(keyString: String, key: Int, component: ComponentBase) Parameters keyString: StringÂ
The string key for this attribute
key: IntÂ
The integer key for this attribute
Returns TypedAbstractAttribute |
checkIfComponentIsOld
()
|
Signature
fun checkIfComponentIsOld() |
checkIfComponentIsRecycled
()
|
Signature
fun checkIfComponentIsRecycled() |
get
()
|
Signature
abstract fun get(): Any Returns Any |
keyName
()
|
Signature
fun keyName(): String Returns String |
set
(
value
)
|
Signature
abstract fun set(value: Any) Parameters value: Any |