styling
0.14.4
styling
/
dev.fritz2.styling.theme
/
ZIndices
ZIndices
class
ZIndices
(
tableHeader
:
Int
,
tooltip
:
Int
,
popup
:
Int
,
dropdown
:
Int
,
popover
:
Int
,
appFrame
:
Int
,
navbar
:
Int
,
toast
:
Int
,
modal
:
Int
)
Content copied to clipboard
Defines the scheme for zIndices of fritz2 components
Types
Constructors
Functions
Properties
Constructors
ZIndices
Link copied to clipboard
fun
ZIndices
(
tableHeader
:
Int
,
tooltip
:
Int
,
popup
:
Int
,
dropdown
:
Int
,
popover
:
Int
,
appFrame
:
Int
,
navbar
:
Int
,
toast
:
Int
,
modal
:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
raise
By
Link copied to clipboard
infix
fun
Property
.
raiseBy
(
value
:
Int
)
:
Property
Content copied to clipboard
Properties
appFrame
Link copied to clipboard
val
appFrame
:
Property
Content copied to clipboard
dropdown
Link copied to clipboard
val
dropdown
:
Property
Content copied to clipboard
modal
Link copied to clipboard
val
modal
:
Property
Content copied to clipboard
navbar
Link copied to clipboard
val
navbar
:
Property
Content copied to clipboard
popover
Link copied to clipboard
val
popover
:
Property
Content copied to clipboard
popup
Link copied to clipboard
val
popup
:
Property
Content copied to clipboard
tableHeader
Link copied to clipboard
val
tableHeader
:
Property
Content copied to clipboard
toast
Link copied to clipboard
val
toast
:
Property
Content copied to clipboard
tooltip
Link copied to clipboard
val
tooltip
:
Property
Content copied to clipboard