Compose Form Reflect
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Form Reflect
Compose Form Reflect
/
com.idscodelabs.compose_form.annotations.validators
/
DateAfter
Date
After
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
DateAfter
(
val
year
:
Int
,
val
month
:
Int
,
val
day
:
Int
,
val
error
:
String
=
""
)
Members
Members & Extensions
Properties
day
Link copied to clipboard
val
day
:
Int
error
Link copied to clipboard
val
error
:
String
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
validator
Link copied to clipboard
@
Composable
fun
DateAfter
.
validator
(
)
:
Validator
<
LocalDate
>