TextOverride

interface TextOverride : TextHolder

Represents an object which holds (mutable) text.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

text
Link copied to clipboard
common
abstract override var text: String
The (mutable) text.
textProperty
Link copied to clipboard
common
abstract override val textProperty: Property<String>
A Property that wraps the text and offers data binding and observability features.

Inheritors

Button
Link copied to clipboard
CheckBox
Link copied to clipboard
Header
Link copied to clipboard
Label
Link copied to clipboard
ListItem
Link copied to clipboard
Paragraph
Link copied to clipboard
RadioButton
Link copied to clipboard
ToggleButton
Link copied to clipboard
DefaultTextOverride
Link copied to clipboard
DefaultButton
Link copied to clipboard
DefaultCheckBox
Link copied to clipboard
DefaultHeader
Link copied to clipboard
DefaultLabel
Link copied to clipboard
DefaultListItem
Link copied to clipboard
DefaultParagraph
Link copied to clipboard
DefaultRadioButton
Link copied to clipboard
DefaultToggleButton
Link copied to clipboard

Sources

(source)
Link copied to clipboard