virtual class vaseGui::AlertDialog

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

@Js

MessageBox

animType

protected virtual override Int animType()

label

Label label { private set }

make

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

onAction

Func<Void,Bool>? onAction