Uses of Class
javafx.beans.binding.When.BooleanConditionBuilder
-
Packages that use When.BooleanConditionBuilder 软件包 描述 javafx.beans.binding -
-
Uses of When.BooleanConditionBuilder in javafx.beans.binding
Methods in javafx.beans.binding that return When.BooleanConditionBuilder Modifier and Type 方法 描述 When.BooleanConditionBuilderWhen. then(boolean thenValue)定义三元表达式的常量值,如果条件为true则返回。When.BooleanConditionBuilderWhen. then(ObservableBooleanValue thenValue)定义ObservableBooleanValue如果条件为true则由三元表达式返回哪个值。
-