toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-model
/
uk.co.nickthecoder.glok.property
/
SimpleProperty
Simple
Property
open
class
SimpleProperty
<
V
>
(
initialValue
:
V
,
bean
:
Any
?
=
null
,
beanName
:
String
?
=
null
)
:
PropertyBase
<
V
>
Inheritors
SimpleBooleanProperty
SimpleOptionalBooleanProperty
SimpleByteProperty
SimpleOptionalByteProperty
SimpleCharProperty
SimpleOptionalCharProperty
SimpleDoubleProperty
SimpleOptionalDoubleProperty
SimpleFloatProperty
SimpleOptionalFloatProperty
SimpleIntProperty
SimpleOptionalIntProperty
SimpleLongProperty
SimpleOptionalLongProperty
SimpleStringProperty
SimpleOptionalStringProperty
SimpleFileProperty
SimpleOptionalFileProperty
Members
Constructors
Simple
Property
Link copied to clipboard
constructor
(
initialValue
:
V
,
bean
:
Any
?
=
null
,
beanName
:
String
?
=
null
)
Properties
value
Link copied to clipboard
open
override
var
value
:
V