Uses of Enum Class
com.vaadin.flow.component.ModalityMode
Packages that use ModalityMode
Package
Description
-
Uses of ModalityMode in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return ModalityModeModifier and TypeMethodDescriptionstatic ModalityModeReturns the enum constant of this class with the specified name.static ModalityMode[]ModalityMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component with parameters of type ModalityModeModifier and TypeMethodDescriptionvoidUI.setChildComponentModal(Component childComponent, ModalityMode mode) -
Uses of ModalityMode in com.vaadin.flow.component.dialog
Methods in com.vaadin.flow.component.dialog that return ModalityModeMethods in com.vaadin.flow.component.dialog with parameters of type ModalityModeModifier and TypeMethodDescriptionvoidDialog.setModality(ModalityMode mode) Sets the modality of the dialog.