toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.ui
/
UIObservableProperty
UIObservable
Property
open
class
UIObservableProperty
<
T
>
(
val
prop
:
UIProperty
<
T
>
)
Inheritors
UIEditableNumberProps
UIEditableBooleanProps
Members
Constructors
UIObservable
Property
Link copied to clipboard
constructor
(
prop
:
UIProperty
<
T
>
)
Properties
get
Display
Value
Link copied to clipboard
var
getDisplayValue
:
(
)
->
T
initial
Value
Link copied to clipboard
val
initialValue
:
T
on
Changed
Link copied to clipboard
val
onChanged
:
Signal2
<
UIObservableProperty
<
T
>
,
T
>
prop
Link copied to clipboard
val
prop
:
UIProperty
<
T
>
value
Link copied to clipboard
var
value
:
T
Functions
set
Value
Link copied to clipboard
fun
setValue
(
value
:
T
,
notify
:
Boolean
=
true
)