|
GLG Toolkit, Java Class Library
Version 4.6
|
| 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... | |
| 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.
| 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.
| 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.
| 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.