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.BooleanConditionBuilder
When. then(boolean thenValue)
定义三元表达式的常量值,如果条件为true
则返回。When.BooleanConditionBuilder
When. then(ObservableBooleanValue thenValue)
定义ObservableBooleanValue
如果条件为true
则由三元表达式返回哪个值。
-