Uses of Enum Class
eu.webtoolkit.jwt.FilePickerType
Packages that use FilePickerType
-
Uses of FilePickerType in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return FilePickerTypeModifier and TypeMethodDescriptionWFileDropWidget.getOnClickFilePicker()
Returns the type of file picker that is opened when a user clicks the widget.static FilePickerType
Returns the enum constant of this class with the specified name.static FilePickerType[]
FilePickerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type FilePickerTypeModifier and TypeMethodDescriptionvoid
WFileDropWidget.setOnClickFilePicker
(FilePickerType type) Set the type of file picker that is opened when a user clicks the widget.