All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.stjs.bridge.globalize.NumberFormatterOptions Maven / Gradle / Ivy

package org.stjs.bridge.globalize;

import org.stjs.javascript.annotation.SyntheticType;

@SyntheticType
public class NumberFormatterOptions {
	public Integer minimumIntegerDigits;
	public Integer minimumFractionDigits;
	public Integer maximumFractionDigits;
	public Integer minimumSignificantDigits;
	public Integer maximumSignificantDigits;
	public String round; //ceil
	public Boolean useGrouping;

	public String style; //decimal, percent (symbol, accounting, code, name for Currency)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy