tripkit-android / com.skedgo.tripkit.ui.trip.options / InterCityTimePickerViewModel

InterCityTimePickerViewModel

open class InterCityTimePickerViewModel :ITimePickerViewModel

Constructors

Name Summary
<init> InterCityTimePickerViewModel(context: Context, bus: Bus, getNow:GetNow, defaultTimezone:String!)

Properties

Name Summary
ARG_ARRIVAL_TIMEZONE static val ARG_ARRIVAL_TIMEZONE:String
ARG_DEPARTURE_TIMEZONE static val ARG_DEPARTURE_TIMEZONE:String
ARG_TIME_IN_MILLIS static val ARG_TIME_IN_MILLIS:String
ARG_TIME_TYPE static val ARG_TIME_TYPE:String

Functions

Name Summary
dates open fun dates(): ObservableField<MutableList<String!>!>!
done open fun done():TimeTag!
getHour open fun getHour():Int
getMinute open fun getMinute():Int
handleArguments open fun handleArguments(args: Bundle!):Unit
isLeaveAfter open fun isLeaveAfter(): ObservableBoolean!
leaveNow open fun leaveNow():TimeTag!
selectedPosition open fun selectedPosition(): ObservableInt!
updateTime open fun updateTime(hour:Int, minute:Int):Unit