LAF_XP_CBox.java - public properties

 

These properties can be set or read from any Check Box item whose Implementation Class property is set to:

oracle.forms.fd.LAF_XP_CBox

 

 

 

 

 

SET_OPAQUE

SET_OPAQUE_ALL

SET_DEBUG

 

 

 

  1. SET_OPAQUE

Draw the check box background or not.

property value:

true|false

The standard Forms items use always a background to draw the GUI component onto the canvas.
If you use a gradient canvas, the gradient is hidden with this background and the result is not nice.
In this case, set the opaque property to false.

 

 

  1. SET_OPAQUE_ALL


Idem as SET_OPAQUE but for all the check boxes of the current module.

property value:

See SET_IMAGE
 

 

 

  1. SET_DEBUG

Turn ON/OFF the debug messages.

By default  the all logs are OFF.

Allowed values are : ‘true’ or ‘false’.

Set_Custom_Property( '…', 1, 'SET_DEBUG', 'true' ) ;