enum class fwt::FileDialogMode
sys::Obj sys::Enum fwt::FileDialogMode
@Js@Serializable { simple=true }
Enum for FileDialog.mode.
- fromStr
-
static new fromStr(Str name, Bool checked := true)Return the FileDialogMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- openDir
-
const static FileDialogMode openDir := ...Display open directory dialog
- openFile
-
const static FileDialogMode openFile := ...Display open dialog for single file
- openFiles
-
const static FileDialogMode openFiles := ...Display open dialog for multiple files
- saveFile
-
const static FileDialogMode saveFile := ...Display save dialog for single file
- vals
-
const static FileDialogMode[] vals := ...List of FileDialogMode values indexed by ordinal