Interface Focusable::isFocusable
Description
In BBj 6.00 and higher, isFocusable returns a value indicating whether or not the user can focus the control.
Note:
A focused control is the control to which keyboard interaction is directed. Typically, the focused control is indicated visually, often via a dotted grey border. A control which is not focusable, therefore, cannot be manipulated via the keyboard. It is still possible to interact with a non-focusable control via the mouse. To disable all interaction, including the mouse, see setEnabled() and setEditable().
Syntax
Return Value | Method |
---|---|
boolean | isFocusable() |
Parameters
None.
Return Value
Returns true (1) if the control is focusable.
Returns false (0) if the control is not focusable.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.