Companion

object Companion

Properties

Link copied to clipboard
val NativeTheme: DI.Module

Module for injecting the NativeTheme.

Functions

Link copied to clipboard
fun nativeButtonBehavior(): DI.Module

Module that provides Behaviors for Buttons that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeCheckBoxBehavior(): DI.Module

Module that provides Behaviors for CheckBoxes that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard

Module that provides Behaviors for FileSelectors that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeHyperLinkBehavior(): DI.Module

Module that provides Behaviors for HyperLinks that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeRadioButtonBehavior(): DI.Module

Module that provides Behaviors for RadioButtons that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeScrollPanelBehavior(smoothScrolling: Boolean = false, managedScrolling: Boolean = true): DI.Module

Module that provides Behaviors for ScrollPanels that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeSliderBehavior(): DI.Module

Module that provides Behaviors for Sliders that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeSwitchBehavior(): DI.Module

Module that provides Behaviors for Switches that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeTextFieldBehavior(spellCheck: Boolean = false, autoComplete: Boolean = true): DI.Module

Module that provides Behaviors for TextFields that are styled by the underlying platform to look as close to native as possible.

Link copied to clipboard
fun nativeThemeBehaviors(): List<DI.Module>