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