|
Spec-Zone .ru
спецификации, руководства, описания, API
|
public abstract class ReadOnlyLongProperty extends LongExpression implements ReadOnlyProperty<java.lang.Number>
long.ObservableLongValue,
LongExpression,
ReadOnlyProperty| Constructor and Description |
|---|
ReadOnlyLongProperty()
The constructor of
ReadOnlyLongProperty. |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyObjectProperty<java.lang.Long> |
asObject()
Creates a
ReadOnlyObjectProperty that holds the value
of this ReadOnlyLongProperty. |
static <T extends java.lang.Number> |
readOnlyLongProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyLongProperty that wraps a
ReadOnlyProperty. |
java.lang.String |
toString()
Returns a string representation of this
ReadOnlyLongProperty object. |
add, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, intValue, longExpression, longExpression, 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 ReadOnlyLongProperty()
ReadOnlyLongProperty.public java.lang.String toString()
ReadOnlyLongProperty object.toString in class java.lang.ObjectReadOnlyLongProperty object.public static <T extends java.lang.Number> ReadOnlyLongProperty readOnlyLongProperty(ReadOnlyProperty<T> property)
ReadOnlyLongProperty that wraps a
ReadOnlyProperty. If the
ReadOnlyProperty is already a ReadOnlyLongProperty, it
will be returned. Otherwise a new
ReadOnlyLongProperty is created that is bound to
the ReadOnlyProperty.
Note: null values will be interpreted as 0Lproperty - The source ReadOnlyPropertyReadOnlyLongProperty that wraps the
ReadOnlyProperty if necessaryjava.lang.NullPointerException - if value is nullpublic ReadOnlyObjectProperty<java.lang.Long> asObject()
ReadOnlyObjectProperty that holds the value
of this ReadOnlyLongProperty. If the
value of this ReadOnlyLongProperty changes, the value of the
ReadOnlyObjectProperty will be updated automatically.asObject in class LongExpressionReadOnlyObjectPropertyCopyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .