/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.routeinput/RouteInputView/OnRouteWidgetClickedListener/Widget
Widget
\ enum Widget : Enum<RouteInputView.OnRouteWidgetClickedListener.Widget>
Entries
START | START The "Start" EditText. |
DESTINATION | DESTINATION The "Destination" EditText. |
SWAPPED | SWAPPED The "Swap Start and Destination" button. |
TIME | TIME The "Set Time" button. |
ROUTE | ROUTE The "Route" button. |
Properties
Name | Summary |
---|---|
entries | val entries: EnumEntries<RouteInputView.OnRouteWidgetClickedListener.Widget> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
name | val name: String |
ordinal | val ordinal: Int |
Functions
Name | Summary |
---|---|
valueOf | fun valueOf(value: String): RouteInputView.OnRouteWidgetClickedListener.Widget Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<RouteInputView.OnRouteWidgetClickedListener.Widget> Returns an array containing the constants of this enum type, in the order they're declared. |