/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.trippreview.drt/DrtItemViewModel
DrtItemViewModel
\ class DrtItemViewModel : ViewModel
Constructors
DrtItemViewModel | constructor() |
Types
Name | Summary |
---|---|
Companion | object Companion |
Properties
Name | Summary |
---|---|
contentDescription | val contentDescription: LiveData<String?> |
defaultValue | val defaultValue: LiveData<String> |
enableDecrement | val enableDecrement: LiveData<Boolean> |
enableIncrement | val enableIncrement: LiveData<Boolean> |
icon | val icon: LiveData<Int> |
ids | val ids: LiveData<List<String>> |
isReturnTrip | val isReturnTrip: LiveData<Boolean> |
itemId | val itemId: LiveData<String> |
label | val label: LiveData<String> |
onChangeStream | var onChangeStream: MutableSharedFlow<DrtItemViewModel>? |
options | val options: LiveData<List<Option>> |
rawDate | val rawDate: LiveData<String> |
required | val required: LiveData<Boolean> |
showChangeButton | val showChangeButton: LiveData<Boolean> |
type | val type: LiveData<String> |
urlValue | val urlValue: LiveData<String?> |
values | val values: LiveData<List<String>> |
viewMode | val viewMode: LiveData<Boolean> |