public static interface OpenFilesCallback.Params
OpenFilesCallback
.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 java.lang.String |
filterDescription()
Returns a string that represents the meaningful (e.g.
|
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()