Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class ColumnWidth
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
annotation class MordantDsl
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class Table : Widget
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun Table.contentToCsv(delimiter: Char = ',', quoteChar: Char = '"', escapeChar: Char? = null, doubleQuote: Boolean = false, lineTerminator: String = "", quoting: CsvQuoting = CsvQuoting.MINIMAL): String
Link copied to clipboard
fun grid(init: GridBuilder.() -> Unit): Widget

Build a grid widget that can be used to lay out text and other widgets.

Link copied to clipboard

Lay out widget in a horizontal row.

Link copied to clipboard
fun table(init: TableBuilder.() -> Unit): Table

Build a table widget.

Link copied to clipboard

Lay out widgets in a vertical column.