TimeBar

open class TimeBar

Constructors

Link copied to clipboard
constructor(statusId: Int, status: String, nextStatus: String)

Properties

Link copied to clipboard
Link copied to clipboard
val CLOSE: Int = 11
Link copied to clipboard
open val nextStatus: String
Link copied to clipboard
val OPEN: Int = 10
Link copied to clipboard
open val status: String
Link copied to clipboard
open val statusId: Int