CalendarPageBuilder

class CalendarPageBuilder

A DSL Builder class to construct a CalendarPage.

Functions

Link copied to clipboard
fun row(init: CalendarRowBuilder.() -> Unit)

Creates a CalendarRow on this page. Note rows are ordered from top to bottom, based on their call order.

Link copied to clipboard
fun rows(count: Int, init: CalendarRowBuilder.(Int) -> Unit)

Creates count number of CalendarRow on this page. Note rows are ordered from top to bottom, based on their call order.

Sources

Link copied to clipboard