This method of the BooleanDataFormat class sets the string to be displayed for true values.
public void setTrueValue(String value);
value | The string to use for true values. The default string is "True". |
Call setTrueValue to customize the display of true values. To return to the default string, pass null for the value parameter.
See Also getTrueValue