Fantom

 

const final enum

fwt::FileDialogMode

sys::Obj
  sys::Enum
    fwt::FileDialogMode

@Js
@Serializable { simple=true collection=false }

Slots

fromStrSource

static FileDialogMode? 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.

openDirSource

const static FileDialogMode openDir

Display open directory dialog

openFileSource

const static FileDialogMode openFile

Display open dialog for single file

openFilesSource

const static FileDialogMode openFiles

Display open dialog for multiple files

saveFileSource

const static FileDialogMode saveFile

Display save dialog for single file

valsSource

const static FileDialogMode[] vals := ...

List of FileDialogMode values indexed by ordinal