PropObjectLabel

open class PropObjectLabel<T : Any>(val value: T) : RecordTableLabel

Renders value object with its properties for those shouldRenderProperty returns true

Inheritors

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
Link copied to clipboard
open override val mainText: String
Link copied to clipboard
open override val properties: Collection<Iterable<String>>
Link copied to clipboard
open override val shape: String?

Shape of this node. The full list of shapes is given here

Link copied to clipboard
open override val text: String

Node text. May be simple simple text or HTML

Link copied to clipboard
val value: T

Functions

Link copied to clipboard
open fun shouldRenderProperty(prop: KProperty1<out T, *>): Boolean