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

children

An instance of a Python list.

max_width

A trait type representing a Union type.

min_width

A trait type representing a Union type.

persistent

A boolean (True, False) trait.

retain_focus

A boolean (True, False) trait.

show

A boolean (True, False) trait.

template_file

A trait for unicode strings.

Methods

close_dialog

Close dialog.

open_dialog

Open dialog.

Dialog.close_dialog(*_)[source]#

Close dialog.

Dialog.open_dialog(*_)[source]#

Open dialog.