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.
Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button.
Syntax
protected boolean showClearButton()
Run On
Called
Return Value
Type: boolean
false by default.
Remarks
If you click this button, it will clear the parameters that are specified in the dialogClear method.
Examples
protected boolean showClearButton()
{
return true;
}