public static interface OpenFileCallback.Params
OpenFileCallback
.Modifier and Type | Method and Description |
---|---|
default java.util.List<java.lang.String> |
acceptableExtensions()
Returns the list of the file extensions acceptable by the file chooser.
|
default boolean |
acceptAll()
Returns
true when the dialog should accept all types of files and show the
"All files" filter. |
default java.lang.String |
filterDescription()
Returns a string that represents the meaningful (e.g.
|
default java.lang.String |
suggestedDirectory()
Returns the suggested directory for the dialog.
|
default java.lang.String suggestedDirectory()
Returns an empty string if Chromium provides no suggested directory for this dialog.
default java.util.List<java.lang.String> acceptableExtensions()
accept
attribute value of the HTML input
element. The extensions do not include the preceding dot character. The list is empty in
case no accept
attribute is specified or its value is empty.default java.lang.String filterDescription()
default boolean acceptAll()
true
when the dialog should accept all types of files and show the
"All files" filter.