Package com. sy007. calendar. widget. help
Types
Link copied to clipboard
class CalendarAdapter( calendarConfig: CalendarConfig, headerViewBinder: MonthHeaderViewBinder<View>?, monthViewBinder: MonthViewBinder<BaseMonthView>, footerViewBinder: MonthFooterViewBinder<View>?) : RecyclerView.Adapter<MonthViewHolder>
Content copied to clipboard
Link copied to clipboard
class MonthViewHolder( itemView: View, adapter: CalendarAdapter, headerViewBinder: MonthHeaderViewBinder<View>?, monthViewBinder: MonthViewBinder<BaseMonthView>, footerViewBinder: MonthFooterViewBinder<View>?) : RecyclerView.ViewHolder
Content copied to clipboard