Functions
Link copied to clipboard
fun KeepPopupOpenStrategy.Companion.combine(vararg strategies: KeepPopupOpenStrategy): KeepPopupOpenStrategy
A KeepPopupOpenStrategy that combines multiple orthogonal strategies into one.
Link copied to clipboard
fun KeepPopupOpenStrategy.Companion.manual(defaultValue: Boolean = true): ManualKeepPopupOpenStrategy
A KeepPopupOpenStrategy that allows the user to manually control whether the popup should stay open or not.
Link copied to clipboard
A KeepPopupOpenStrategy which asks to never keep the popup open.
Link copied to clipboard
A KeepPopupOpenStrategy that keeps the popup open as long as any elements within the popup have focus.
Link copied to clipboard
A KeepPopupOpenStrategy that keeps the popup open as long as the mouse cursor is inside the popup somewhere.