Package com. sy007. calendar. widget
Types
Link copied to clipboard
abstract class BaseMonthView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : View
Content copied to clipboard
月份视图基类
Link copied to clipboard
class CalendarView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : RecyclerView
Content copied to clipboard
Link copied to clipboard
abstract class MultipleMonthView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : BaseMonthView
Content copied to clipboard
月份视图多选基类
Link copied to clipboard
abstract class RangeMonthView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : BaseMonthView
Content copied to clipboard
月份视图范围选择基类
Link copied to clipboard
abstract class SingleMonthView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : BaseMonthView
Content copied to clipboard
月份视图单选基类
Link copied to clipboard
class WeekView @JvmOverloads constructor( context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : View
Content copied to clipboard
周视图