Module MaterialFX

Class BooleanListBinding

java.lang.Object
javafx.beans.binding.BooleanExpression
javafx.beans.binding.BooleanBinding
io.github.palexdev.materialfx.bindings.BooleanListBinding
All Implemented Interfaces:
Binding<Boolean>, Observable, ObservableBooleanValue, ObservableValue<Boolean>

public class BooleanListBinding extends BooleanBinding
A BooleanListBinding is a particular binding that takes a list of BooleanProperty and observes each one of them updating it's value when they change. The value is true only when all properties are true, it's false when even only one of them is false.