GLG Toolkit, Java Class Library  Version 4.6
Properties

Detailed Description

boolean SelectEnabled
 Enables or disables the bean's Select callback; is set to false by default. More...
 
boolean TraceEnabled
 Enables or disables the bean's Trace callback; is set to false by default. More...
 
boolean Trace2Enabled
 Enables or disables the bean's Trace2 callback; is set to false by default. More...
 
boolean HierarchyEnabled
 Enables or disables the bean's Hierarchy callback; is set to false by default. More...
 

Variable Documentation

◆ HierarchyEnabled

boolean HierarchyEnabled

Enables or disables the bean's Hierarchy callback; is set to false by default.

To increase performance when the Hierarchy callback, se HierarchyEnabled to false before loading the component's drawing.

◆ SelectEnabled

boolean SelectEnabled

Enables or disables the bean's Select callback; is set to false by default.

To activate callback, set SelectEnabled to true before loading the bean's drawing.

◆ Trace2Enabled

boolean Trace2Enabled

Enables or disables the bean's Trace2 callback; is set to false by default.

To activate callback, set Trace2Enabled to true before loading the bean's drawing.

◆ TraceEnabled

boolean TraceEnabled

Enables or disables the bean's Trace callback; is set to false by default.

To activate callback, set TraceEnabled to true before loading the bean's drawing.