Package io.jmix.flowui
Interface Dialogs.Draggable<T>
- Type Parameters:
T- return type of fluent API methods
- All Known Subinterfaces:
Dialogs.BackgroundTaskDialogBuilder<T,,V> Dialogs.MessageDialogBuilder,Dialogs.OptionDialogBuilder
- All Known Implementing Classes:
DialogsImpl.BackgroundTaskDialogBuilderImpl,DialogsImpl.MessageDialogBuilderImpl,DialogsImpl.OptionDialogBuilderImpl
- Enclosing interface:
- Dialogs
public static interface Dialogs.Draggable<T>
Represents Dialog Builders that can be dragged.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanwithDraggable(boolean draggable) Sets whether dialog is enabled to be dragged by the user or not.
-
Method Details
-
withDraggable
Sets whether dialog is enabled to be dragged by the user or not.- Parameters:
draggable-trueto enable dragging of the dialog,falseotherwise- Returns:
- builder
-
isDraggable
boolean isDraggable()- Returns:
trueif dragging is enabled,falseotherwise
-