Overview | Methods | This Package | All Packages
Sets the string to be displayed for true values.
Syntax
public void setTrueValue( String value )
Parameters
value
The string to use for true values. The default string is "True".
Remarks
Call setTrueValue to customize the display of true values. To return to the default string, pass null for the value parameter.
See Also getTrueValue