Class NumberExpressionBase

java.lang.Object
javafx.beans.binding.NumberExpressionBase
All Implemented Interfaces:
NumberExpression, Observable, ObservableNumberValue, ObservableValue<Number>
Direct Known Subclasses:
DoubleExpression, IntegerExpression, LongExpression

public abstract class NumberExpressionBase extends Object implements NumberExpression
Author:
Bruno Salmon
  • Constructor Details

    • NumberExpressionBase

      public NumberExpressionBase()
  • Method Details

    • asString

      public StringBinding asString()
      Description copied from interface: NumberExpression
      Creates a StringBinding that holds the value of the NumberExpression turned into a String. If the value of this NumberExpression changes, the value of the StringBinding will be updated automatically.

      The conversion is done without any formatting applied.

      Specified by:
      asString in interface NumberExpression
      Returns:
      the new StringBinding