renetik-android-framework
renetik-android-ui
/
renetik.android.ui.extensions.view
/
disabledByAlphaIf
disabled
By
Alpha
If
fun
View
.
disabledByAlphaIf
(
property
:
CSProperty
<
Boolean
>
,
disable
:
Boolean
=
true
)
:
CSRegistration
Content copied to clipboard
fun
<
T
>
View
.
disabledByAlphaIf
(
property
:
CSProperty
<
T
>
,
disable
:
Boolean
=
true
,
condition
:
(
T
)
->
Boolean
)
:
CSRegistration
Content copied to clipboard
fun
<
T
,
V
>
View
.
disabledByAlphaIf
(
property1
:
CSProperty
<
T
>
,
property2
:
CSProperty
<
V
>
,
condition
:
(
T
,
V
)
->
Boolean
)
:
CSRegistration
Content copied to clipboard