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
key:
Int
Returns |
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
|