Functions
Link copied to clipboard
fun OpenClosePopupStrategy.Companion.combine(vararg strategies: OpenClosePopupStrategy): OpenClosePopupStrategy
A KeepPopupOpenStrategy that combines multiple orthogonal strategies into one.
Link copied to clipboard
A strategy that allows the user to manually control when a popup should open or close.
Link copied to clipboard
A strategy that opens the popup when an element gains focus and closes it when it loses focus.
Link copied to clipboard
A strategy that opens the popup when the cursor enters some target element and closes it when the cursor leaves.
Link copied to clipboard
A strategy that opens when the user starts a timer and then closes when the timer expires.