public class NumberFormatterAttribute extends Attribute<NumberFormatter>
An attribute to specify a NumberFormatter. This can be applied to any Node as views that need it can use Node.findInheritedAttribute(java.lang.Class) to retrieve the formatter.
UI.decimalFormat(int),
UI.currencyFormat(),
UI.intFormat(),
Node.getNumberFormatter()| Constructor and Description |
|---|
NumberFormatterAttribute(NumberFormatter value) |
public NumberFormatterAttribute(NumberFormatter value)
Copyright © 2022. All Rights Reserved.