Package io.jmix.ui
Interface Dialogs.HasWindowMode<T>
- Type Parameters:
T- return type of fluent API methods
- All Known Subinterfaces:
Dialogs.MessageDialogBuilder,Dialogs.OptionDialogBuilder
- All Known Implementing Classes:
DialogsImpl.MessageDialogBuilderImpl,DialogsImpl.OptionDialogBuilderImpl
- Enclosing interface:
- Dialogs
public static interface Dialogs.HasWindowMode<T>
Marker interface for Dialog Builders that have window mode for dialog window.
-
Method Summary
Modifier and TypeMethodDescriptionwithWindowMode(WindowMode windowMode) Sets the mode of the dialog window.
-
Method Details
-
withWindowMode
Sets the mode of the dialog window.- Parameters:
windowMode- the mode of the dialog window- Returns:
- builder
-
getWindowMode
WindowMode getWindowMode()- Returns:
- the mode of the dialog window
-