pysepal.sepalwidgets.sepalwidget.Dialog#
- class pysepal.sepalwidgets.sepalwidget.Dialog(*args, **kwargs)[source]#
Custom Dialog that triggers a window resize event.
Custom vuetifyWidget to add specific methods.
- Parameters:
viz – define if the widget should be visible or not
tooltip – tooltip text of the widget. If set the widget will be displayed on
self.widget(irreversible).args (t.Any)
kwargs (t.Any)
- Return type:
Self
Attributes
childrenAn instance of a Python list.
max_widthA trait type representing a Union type.
min_widthA trait type representing a Union type.
persistentA boolean (True, False) trait.
retain_focusA boolean (True, False) trait.
showA boolean (True, False) trait.
template_fileA trait for unicode strings.
Methods
Close dialog.
Open dialog.