Method setParseIntegerOnly(boolean value)
Return type: void
Member of:
java.text.NumberFormat
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
integerFormatter.setParseIntegerOnly(true);
2
integerFormatter.setParseIntegerOnly(true);
3
integerFormatter.setParseIntegerOnly(true);
4
nf.setParseIntegerOnly(false);
5
formatter.setParseIntegerOnly(true);
6
format.setParseIntegerOnly(true);
7
numberFormat.setParseIntegerOnly(parseIntegerOnly);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.