DefaultCheckBoxRenderer

class DefaultCheckBoxRenderer : ComponentRenderer<DefaultCheckBox>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
fillWithText
Link copied to clipboard
common
open fun TileGraphics.fillWithText(text: String, style: StyleSet, textWrap: TextWrap = TextWrap.WRAP)
Fills this TileGraphics with the given text and style.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
render
Link copied to clipboard
common
open override fun render(tileGraphics: TileGraphics, context: ComponentRenderContext<DefaultCheckBox>)
Renders the decoration to the given TileGraphics.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard