public class ZeroAmountBooleanBinding
extends javafx.beans.binding.BooleanBinding
| Modifier and Type | Field and Description |
|---|---|
private javafx.beans.property.IntegerProperty |
amountToBeChecked |
| Constructor and Description |
|---|
ZeroAmountBooleanBinding(javafx.beans.property.IntegerProperty amountToBeChecked) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
computeValue()
Evaluates to true as long as the bound integer property is positive (>0).
|
addListener, addListener, bind, dispose, get, getDependencies, invalidate, isValid, onInvalidating, removeListener, removeListener, toString, unbindCopyright © 2011-2017 Sahits GmbH. All Rights Reserved.