app
androidJvm
app
/
com.iomt.android.compose.components.textfield
Package-level
declarations
Types
Functions
Types
Cell
Link copied to clipboard
data
class
Cell
(
val
value
:
String
,
val
iconId
:
Int
?
=
null
,
val
description
:
String
?
=
null
,
val
validator
:
(
String
)
->
Boolean
?
=
null
,
val
onValueChange
:
(
String
)
->
Unit
)
Functions
birthdate
Cell
Link copied to clipboard
fun
birthdateCell
(
value
:
String
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)
:
Cell
email
Cell
Link copied to clipboard
fun
emailCell
(
value
:
String
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)
:
Cell
height
Cell
Link copied to clipboard
fun
heightCell
(
value
:
String
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)
:
Cell
phone
Cell
Link copied to clipboard
fun
phoneCell
(
value
:
String
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)
:
Cell
Text
Field
Link copied to clipboard
@
Composable
fun
TextField
(
cell
:
Cell
,
verticalPadding
:
Dp
=
5.dp
)
weight
Cell
Link copied to clipboard
fun
weightCell
(
value
:
String
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)
:
Cell