ZAttribute
11 items
- All (11)
- Constructors (1)
- Functions (3)
- Properties (7)
All
11constructorZAttribute
constructor()
constructor(id: Int, attributeName: String)
constructor(attrId: ZAttributeId)
var attributeName: String
valattrId
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.
valrefId
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.
valrenderer
val renderer: ZAttributeRenderer
open override fun createRenderer(ctx: ZRenderingContext): ZAttributeRenderer
funequals
open operator override fun equals(other: Any?): Boolean
funinitialize
open override fun initialize(ctx: ZRenderingContext)
Initializes the ZComponent using the provided ZRenderingContext.
Constructors
1constructorZAttribute
constructor()
constructor(id: Int, attributeName: String)
constructor(attrId: ZAttributeId)
Functions
3open override fun createRenderer(ctx: ZRenderingContext): ZAttributeRenderer
funequals
open operator override fun equals(other: Any?): Boolean
funinitialize
open override fun initialize(ctx: ZRenderingContext)
Initializes the ZComponent using the provided ZRenderingContext.
Properties
7var attributeName: String
valattrId
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.
valrefId
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.
valrenderer
val renderer: ZAttributeRenderer