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
/
TimeAfter
Time
After
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
TimeAfter
(
val
hour
:
Int
,
val
minute
:
Int
,
val
second
:
Int
,
val
error
:
String
=
""
)
Members
Members & Extensions
Properties
error
Link copied to clipboard
val
error
:
String
hour
Link copied to clipboard
val
hour
:
Int
minute
Link copied to clipboard
val
minute
:
Int
second
Link copied to clipboard
val
second
:
Int
Functions
validator
Link copied to clipboard
@
Composable
fun
TimeAfter
.
validator
(
)
:
Validator
<
LocalTime
>