renetik-android-event
renetik-android-event
/
renetik.android.event.property
/
CSListValuesProperty
CSList
Values
Property
interface
CSListValuesProperty
<
T
>
:
CSListValuesVariable
<
T
>
,
CSProperty
<
T
>
Content copied to clipboard
Functions
Properties
Functions
fire
Change
Link copied to clipboard
abstract
fun
fireChange
(
)
Content copied to clipboard
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
Content copied to clipboard
on
Change
Link copied to clipboard
abstract
fun
onChange
(
function
:
(
T
)
->
Unit
)
:
CSRegistration
Content copied to clipboard
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)
Content copied to clipboard
value
Link copied to clipboard
abstract
fun
value
(
newValue
:
T
,
fire
:
Boolean
=
true
)
Content copied to clipboard
Properties
value
Link copied to clipboard
abstract
override
var
value
:
T
Content copied to clipboard
values
Link copied to clipboard
abstract
val
values
:
List
<
T
>
Content copied to clipboard