Class CssPropertyFactory.StylishIntegerProperty

  • All Implemented Interfaces:
    javafx.beans.binding.NumberExpression, javafx.beans.Observable, javafx.beans.property.Property<java.lang.Number>, javafx.beans.property.ReadOnlyProperty<java.lang.Number>, javafx.beans.value.ObservableIntegerValue, javafx.beans.value.ObservableNumberValue, javafx.beans.value.ObservableValue<java.lang.Number>, javafx.beans.value.WritableIntegerValue, javafx.beans.value.WritableNumberValue, javafx.beans.value.WritableValue<java.lang.Number>, javafx.css.StyleableProperty<java.lang.Number>
    Enclosing class:
    CssPropertyFactory<S extends javafx.css.Styleable>

    public class CssPropertyFactory.StylishIntegerProperty
    extends javafx.css.SimpleStyleableIntegerProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      StylishIntegerProperty​(javafx.css.Styleable styleableBean, java.lang.String propertyName, int initialValue, boolean inherits, java.util.function.IntBinaryOperator filter, java.lang.Runnable... invalidateActions)
      The constructor of the StylishIntegerProperty.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(int v)  
      • Methods inherited from class javafx.css.SimpleStyleableIntegerProperty

        getBean, getCssMetaData, getName
      • Methods inherited from class javafx.css.StyleableIntegerProperty

        applyStyle, bind, getStyleOrigin
      • Methods inherited from class javafx.beans.property.IntegerPropertyBase

        addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
      • Methods inherited from class javafx.beans.property.IntegerProperty

        asObject, bindBidirectional, integerProperty, setValue, unbindBidirectional
      • Methods inherited from class javafx.beans.property.ReadOnlyIntegerProperty

        readOnlyIntegerProperty
      • Methods inherited from class javafx.beans.binding.IntegerExpression

        add, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, integerExpression, integerExpression, intValue, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract
      • Methods inherited from class javafx.beans.binding.NumberExpressionBase

        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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javafx.beans.value.ObservableValue

        getValue
      • Methods inherited from interface javafx.beans.value.WritableValue

        getValue
    • Field Detail

      • preInvalidateAction

        protected final java.lang.Runnable preInvalidateAction
      • postInvalidateAction

        protected final java.lang.Runnable postInvalidateAction
      • filter

        protected final java.util.function.IntBinaryOperator filter
    • Constructor Detail

      • StylishIntegerProperty

        public StylishIntegerProperty​(javafx.css.Styleable styleableBean,
                                      java.lang.String propertyName,
                                      int initialValue,
                                      boolean inherits,
                                      java.util.function.IntBinaryOperator filter,
                                      java.lang.Runnable... invalidateActions)
        The constructor of the StylishIntegerProperty.
        Parameters:
        styleableBean - the bean of this IntegerProperty
        propertyName - the name of this IntegerProperty
        initialValue - the initial value of the wrapped Object
        inherits - whether or not the CSS style can be inherited by child nodes
        filter - possibility to modify the new value based on old and updated value
        invalidateActions - lambda expressions executed after and before invalidation
    • Method Detail

      • set

        public void set​(int v)
        Specified by:
        set in interface javafx.beans.value.WritableIntegerValue
        Overrides:
        set in class javafx.css.StyleableIntegerProperty