Fantom

 

const final enum

fwt::FileDialogMode

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

@simple
@js

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

static FileDialogMode openDir

Display open directory dialog

openFileSource

static FileDialogMode openFile

Display open dialog for single file

openFilesSource

static FileDialogMode openFiles

Display open dialog for multiple files

saveFileSource

static FileDialogMode saveFile

Display save dialog for single file

valsSource

static FileDialogMode[] vals := ...

List of FileDialogMode values indexed by ordinal