public static interface PromptInterfaces.Focus
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 otherwise