BBjGrid::setEnabled
Description
This method sets whether the BBjGrid is enabled.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
setEnabled(boolean enabled) |
Parameters
|
Variable |
Description |
|---|---|
|
enabled |
Specifies whether to enable/disable the BBjGrid 0 = Disabled. 1 = Enabled; this is the default. |
Return Value
None.
Remarks
In BBj 15.00 and higher, legacy mode and enhanced mode are available. In both modes, the selections can still be changed programmatically while the grid is disabled.
In
legacy
mode, once the grid has been disabled (enabled
= 0), the highlighting and selections will no longer appear. When
the grid is enabled (enabled
= 1), any previous highlighting and selection will reappear.
In
enhanced
mode, once the grid has been disabled (enabled
= 0), the highlighting and selections
will remain, but no further user inputs will change the highlighting.
When the grid is enabled (enabled
= 1), any previous highlighting
and selections can be changed.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.