public static interface PromptInterfaces.Focus
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasFocus()
Returns
true if the focus is set. |
void |
setFocus(boolean value)
Sets the cursor focus: The cursor is placed at this control if the
value is
true. |
boolean hasFocus()
true if the focus is set. The cursor is placed
at this control if the value is true. It may only be
defined for one control in the PromptSet. If this flag is defined for
several Controls of a PromptSet the last Control that got the flag
wins.void setFocus(boolean value)
true. It may only be defined for one control in
the PromptSet. If this flag is defined for several Controls of a
PromptSet the last Control that got the flag wins.value - true if the cursor should be set in this Prompt Element,
false otherwiseCopyright © 2021. All rights reserved.