SimpleOptionalFileProperty

open class SimpleOptionalFileProperty(initialValue: File?, bean: Any? = null, beanName: String? = null) : SimpleProperty<File?> , OptionalFileProperty

Boilerplate which avoids having to use generics.

Similar to SimpleFileProperty, but the value can also be null.

Constructors

Link copied to clipboard
constructor(initialValue: File?, bean: Any? = null, beanName: String? = null)