ZIndices

class ZIndices(    tableHeader: Int,     tooltip: Int,     popup: Int,     dropdown: Int,     popover: Int,     appFrame: Int,     navbar: Int,     toast: Int,     modal: Int)

Defines the scheme for zIndices of fritz2 components

Constructors

Link copied to clipboard
fun ZIndices(    tableHeader: Int,     tooltip: Int,     popup: Int,     dropdown: Int,     popover: Int,     appFrame: Int,     navbar: Int,     toast: Int,     modal: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
infix fun Property.raiseBy(value: Int): Property

Properties

Link copied to clipboard
val appFrame: Property
Link copied to clipboard
val dropdown: Property
Link copied to clipboard
val modal: Property
Link copied to clipboard
val navbar: Property
Link copied to clipboard
val popover: Property
Link copied to clipboard
val popup: Property
Link copied to clipboard
val tableHeader: Property
Link copied to clipboard
val toast: Property
Link copied to clipboard
val tooltip: Property