Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
BooleanDataFormat.setFalseValue
Sets the string to be displayed for false values.
Syntax
public void setFalseValue( String value )
Parameters
value
The string to use for false values. The default string is "False".
Remarks
Call setFalseValue to customize the display of false values. To return to the default string, pass null for the value parameter.
See Also getFalseValue