FormatBuilder

Builder for Formatted TextField.

class FormatBuilder : Expression.Builder

Constructors

FormatBuilder
Link copied to clipboard
fun FormatBuilder()

Functions

build
Link copied to clipboard

Build the Format expression.

open override fun build(): Expression
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
formatSection
Link copied to clipboard

A component of the Formatted expression.

fun formatSection(content: Expression): Expression.FormatBuilder
fun formatSection(text: String): Expression.FormatBuilder
fun formatSection(content: Expression, block: Expression.FormatSectionBuilder.() -> Unit): Expression.FormatBuilder
fun formatSection(text: String, block: Expression.FormatSectionBuilder.() -> Unit): Expression.FormatBuilder
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String