Package-level declarations

Functions

Link copied to clipboard
fun <T> CommandBuilder.pagedQuery(pageSize: Int = 8, header: Command.() -> Component, items: () -> Collection<T>, eachRow: Command.(index: Int, T) -> Component): Command

Builds a general paged query command with one optional integer parameter.