ComponentStyleSet

interface ComponentStyleSet

This interface represents a collection of StyleSets which will be used when a Component's ComponentState changes.

See also

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
fetchStyleFor
Link copied to clipboard
common
abstract fun fetchStyleFor(state: ComponentState): StyleSet
Returns the StyleSet for the given state.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

isDefault
Link copied to clipboard
common
open val isDefault: Boolean

Inheritors

DefaultComponentStyleSet
Link copied to clipboard

Sources

(source)
Link copied to clipboard