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 java.lang.String |
defaultFileName()
Returns a string that represents the default file name to select in the dialog or an
empty string if there is no default file name.
|
default java.lang.String |
filterDescription()
Returns a string that represents the meaningful (e.g.
|
default java.lang.String defaultFileName()
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()