public abstract class ReadOnlyIntegerProperty extends IntegerExpression implements ReadOnlyProperty<Number>
int.ObservableIntegerValue,
IntegerExpression,
ReadOnlyProperty| Constructor and Description |
|---|
ReadOnlyIntegerProperty()
The constructor of
ReadOnlyIntegerProperty. |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyObjectProperty<Integer> |
asObject()
Creates a
ReadOnlyObjectProperty that holds the value
of this ReadOnlyIntegerProperty. |
static <T extends Number> |
readOnlyIntegerProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyIntegerProperty that wraps a
ReadOnlyProperty. |
String |
toString()
Returns a string representation of this
ReadOnlyIntegerProperty object. |
add, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, integerExpression, integerExpression, intValue, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtractadd, asString, asString, asString, divide, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, lessThan, lessThan, lessThan, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, multiply, numberExpression, subtractclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetpublic ReadOnlyIntegerProperty()
ReadOnlyIntegerProperty.public String toString()
ReadOnlyIntegerProperty object.public static <T extends Number> ReadOnlyIntegerProperty readOnlyIntegerProperty(ReadOnlyProperty<T> property)
ReadOnlyIntegerProperty that wraps a
ReadOnlyProperty. If the
ReadOnlyProperty is already a ReadOnlyIntegerProperty, it
will be returned. Otherwise a new
ReadOnlyIntegerProperty is created that is bound to
the ReadOnlyProperty.
Note: null values will be interpreted as 0property - The source ReadOnlyPropertyReadOnlyIntegerProperty that wraps the
ReadOnlyProperty if necessaryNullPointerException - if property is nullpublic ReadOnlyObjectProperty<Integer> asObject()
ReadOnlyObjectProperty that holds the value
of this ReadOnlyIntegerProperty. If the
value of this ReadOnlyIntegerProperty changes, the value of the
ReadOnlyObjectProperty will be updated automatically.asObject in class IntegerExpressionReadOnlyObjectPropertyCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.