Skip to main content

ZAttribute

actualpackageZAttribute
11 items

All

11
constructorZAttribute
constructor()
constructor(id: Int, attributeName: String)
constructor(attrId: ZAttributeId)
var attributeName: String
val attrId: ZAttributeId
varid
var id: Int
override val isInitialized: Boolean
Represents a boolean value indicating whether a component has been initialized.
open override val isRenderizable: Boolean = true
Represents a boolean value indicating whether a component is renderizable.
override val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
val renderer: ZAttributeRenderer
open override fun createRenderer(ctx: ZRenderingContext): ZAttributeRenderer
open operator override fun equals(other: Any?): Boolean
open override fun initialize(ctx: ZRenderingContext)
Initializes the ZComponent using the provided ZRenderingContext.