ysny.karibu-tools.karibu-tools.0.20.source-code.DialogUtils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karibu-tools Show documentation
Show all versions of karibu-tools Show documentation
Karibu-Tools: The Vaadin Missing Utilities
package com.github.mvysny.kaributools
import com.vaadin.flow.component.Component
import com.vaadin.flow.component.ComponentUtil
import com.vaadin.flow.component.UI
import com.vaadin.flow.component.dialog.Dialog
import com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
import kotlin.streams.toList
/**
* Returns all dialogs opened in the current UI. There may be closed dialogs
* since they are cleaned up lately by Vaadin.
*/
public fun getAllDialogs(): List