public abstract class StyleableIntegerProperty extends IntegerPropertyBase implements StyleableProperty<Number>
IntegerPropertyBase
and provides a partial
implementation of a StyleableProperty
. The method
StyleableProperty.getCssMetaData()
is not implemented.
This class is used to make a IntegerProperty
,
that would otherwise be implemented as a IntegerPropertyBase
,
style‑able by CSS.IntegerPropertyBase
,
CssMetaData
,
StyleableProperty
Constructor and Description |
---|
StyleableIntegerProperty()
The constructor of the
StyleableIntegerProperty . |
StyleableIntegerProperty(int initialValue)
The constructor of the
StyleableIntegerProperty . |
Modifier and Type | Method and Description |
---|---|
void |
applyStyle(StyleOrigin origin,
Number v)
This method is called from CSS code to set the value of the property.
|
void |
bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for this
Property . |
StyleOrigin |
getStyleOrigin()
Tells the origin of the value of the property.
|
void |
set(int v)
Set the wrapped value.
|
addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
asObject, bindBidirectional, integerProperty, setValue, unbindBidirectional
readOnlyIntegerProperty
add, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, integerExpression, integerExpression, intValue, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract
add, 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, subtract
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCssMetaData
getValue, setValue
getBean, getName
getValue
public StyleableIntegerProperty()
StyleableIntegerProperty
.public StyleableIntegerProperty(int initialValue)
StyleableIntegerProperty
.initialValue
- the initial value of the wrapped Object
public void applyStyle(StyleOrigin origin, Number v)
applyStyle
in interface StyleableProperty<Number>
public void bind(ObservableValue<? extends Number> observable)
Property
.
Note that JavaFX has all the bind calls implemented through weak listeners. This means the bound property can be garbage collected and stopped from being updated.
bind
in interface Property<Number>
bind
in class IntegerPropertyBase
observable
- The observable this Property
should be bound to.public void set(int v)
WritableIntegerValue.setValue(java.lang.Number)
,
this method uses primitive int.set
in interface WritableIntegerValue
set
in class IntegerPropertyBase
v
- The new valuepublic StyleOrigin getStyleOrigin()
getStyleOrigin
in interface StyleableProperty<Number>
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.