ComponentDecorationRenderContext

data class ComponentDecorationRenderContext(component: Component) : RenderContext

Functions

component1
Link copied to clipboard
common
operator fun component1(): Component
copy
Link copied to clipboard
common
fun copy(component: Component): ComponentDecorationRenderContext
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
fetchStyleFor
Link copied to clipboard
common
fun fetchStyleFor(renderingMode: ComponentDecorationRenderer.RenderingMode): StyleSet
Returns the corresponding StyleSet for the given RenderingMode.
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

component
Link copied to clipboard
common
val component: Component
currentStyle
Link copied to clipboard
common
val currentStyle: StyleSet
The current StyleSet which is used by the component.
defaultStyle
Link copied to clipboard
common
val defaultStyle: StyleSet
The StyleSet which is used for the ComponentState.DEFAULT state for component.

Sources

(source)
Link copied to clipboard