Kit > healthstack.kit.task.survey.question.component > DateTimeQuestionComponent

DateTimeQuestionComponent

[androidJvm]
class DateTimeQuestionComponent : QuestionComponent<DateTimeQuestionModel>

Constructors

DateTimeQuestionComponent

[androidJvm]
fun DateTimeQuestionComponent()

Functions

Name Summary
DatePickerQuestion

[androidJvm]
@Composable
fun DatePickerQuestion(model: DateTimeQuestionModel)

DateRangeQuestion

[androidJvm]
@Composable
fun DateRangeQuestion(model: DateTimeQuestionModel)

DateTimePickerQuestion

[androidJvm]
@Composable
fun DateTimePickerQuestion(model: DateTimeQuestionModel)

DateTimeRangeQuestion

[androidJvm]
@Composable
fun DateTimeRangeQuestion(model: DateTimeQuestionModel)

Render

[androidJvm]
@Composable
open override fun Render(model: DateTimeQuestionModel, callbackCollection: CallbackCollection)
A method rendering UI.

TimePickerQuestion

[androidJvm]
@Composable
fun TimePickerQuestion(model: DateTimeQuestionModel)

TimeRangeQuestion

[androidJvm]
@Composable
fun TimeRangeQuestion(model: DateTimeQuestionModel)