Module MaterialFX

Class BindingUtils

java.lang.Object
io.github.palexdev.materialfx.utils.BindingUtils

public class BindingUtils extends Object
Utils class to convert bindings and expressions to properties.

Very useful when working with validators since they only accept properties and, in my opinion, it is much easier to create the conditions using the JavaFX Bindings class.