renetik-android-framework
renetik-android-ui
/
renetik.android.ui.extensions.widget
/
text
text
fun
<
T
:
TextView
>
T
.
text
(
value
:
CSValue
<
*
>
)
:
T
Content copied to clipboard
fun
<
T
:
TextView
>
T
.
text
(
value
:
Any
?
)
:
T
Content copied to clipboard
fun
<
T
:
TextView
>
T
.
text
(
string
:
CharSequence
?
)
:
T
Content copied to clipboard
fun
<
T
:
TextView
>
T
.
text
(
)
:
String
Content copied to clipboard
@
JvmName
(
name
=
"TextViewTextStringProperty"
)
fun
TextView
.
text
(
property
:
CSProperty
<
String
>
)
:
CSRegistration
Content copied to clipboard
fun
<
T
,
V
>
TextView
.
text
(
parent
:
CSProperty
<
T
>
,
child
:
(
T
)
->
CSProperty
<
V
>
,
getText
:
(
V
)
->
Any
)
:
CSRegistration
Content copied to clipboard
fun
<
T
>
TextView
.
text
(
property
:
CSProperty
<
T
>
,
getText
:
(
T
)
->
Any
)
:
CSRegistration
Content copied to clipboard
fun
TextView
.
text
(
property
:
CSProperty
<
*
>
)
:
CSRegistration
Content copied to clipboard
fun
<
T
,
V
>
TextView
.
text
(
property1
:
CSProperty
<
T
>
,
property2
:
CSProperty
<
V
>
,
getText
:
(
T
,
V
)
->
Any
)
:
CSRegistration
Content copied to clipboard