toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view.property
/
ViewPropertyProvider
View
Property
Provider
annotation class
ViewPropertyProvider
(
val
provider
:
KClass
<
out
ViewPropertyProvider.Impl
<
*
,
*
>
>
)
Members
Types
Impl
Link copied to clipboard
interface
Impl
<
T
,
R
>
Items
Impl
Link copied to clipboard
abstract
class
ItemsImpl
<
R
>
:
ViewPropertyProvider.Impl
<
Any
?
,
R
>
Items
Map
Impl
Link copied to clipboard
abstract
class
ItemsMapImpl
<
R
>
:
ViewPropertyProvider.Impl
<
Any
?
,
R
>
List
Impl
Link copied to clipboard
abstract
class
ListImpl
<
T
,
R
>
:
ViewPropertyProvider.Impl
<
T
,
R
>
Properties
provider
Link copied to clipboard
val
provider
:
KClass
<
out
ViewPropertyProvider.Impl
<
*
,
*
>
>