virtual class vaseGui::PromptDialog

sys::Obj
  vaseGui::Widget
    vaseGui::WidgetGroup
      vaseGui::VBox
        vaseGui::PromptDialog : vaseGui::Dialog

@Js

MessageBox

animType

protected virtual override Int animType()

editText

EditText editText { private set }

label

Label label { private set }

make

new make(Str msg, Str okText := "OK", Str? cancelText := null)

onAction

Func<Void,Str?>? onAction

show

virtual override This show(Widget parent)