Package com. google. android. fhir. datacapture. views
Types
Link copied to clipboard
ItemDecoration that applies a specified margin to the items. Use this instead of manually adding a margin to the item's layout.
Link copied to clipboard
Represents selectable options in the multi-select page.
Link copied to clipboard
abstract class QuestionnaireItemEditTextViewHolderDelegate(rawInputType: Int) : QuestionnaireItemViewHolderDelegate
Content copied to clipboard
Link copied to clipboard
open class QuestionnaireItemViewHolder(itemView: <ERROR CLASS>, delegate: QuestionnaireItemViewHolderDelegate)
Content copied to clipboard
The RecyclerView.ViewHolder for QuestionnaireItemViewItem.
Link copied to clipboard
Delegate for QuestionnaireItemViewHolder.
Link copied to clipboard
Factory for QuestionnaireItemViewHolder.
Link copied to clipboard
data class QuestionnaireItemViewItem(questionnaireItem: <ERROR CLASS>, questionnaireResponseItem: <ERROR CLASS>, validationResult: ValidationResult, answersChangedCallback: (<ERROR CLASS>, <ERROR CLASS>, List<<ERROR CLASS>>) -> Unit, resolveAnswerValueSet: suspend (String) -> List<<ERROR CLASS>>, resolveAnswerExpression: suspend (<ERROR CLASS>) -> List<<ERROR CLASS>>)
Content copied to clipboard
Data item for QuestionnaireItemViewHolder in RecyclerView.
Link copied to clipboard
data class SelectedOptions(options: List<OptionSelectOption>, otherOptions: List<String>)
Content copied to clipboard
Functions
Link copied to clipboard
Returns the AppCompatActivity if there exists one wrapped inside ContextThemeWrapper s, or null
otherwise.