MonthHeaderViewBinder

abstract class MonthHeaderViewBinder<T : View> : ViewBinder<T>

Constructors

Link copied to clipboard
fun MonthHeaderViewBinder()

Functions

Link copied to clipboard
open fun isStick(): Boolean

是否悬停 true 悬停,false 不悬停

Inherited functions

Link copied to clipboard
abstract fun create(parent: ViewGroup): T
Link copied to clipboard
abstract fun onBind(view: T, calendarDay: CalendarDay)