public class Focus extends Object
There are static methods to set/clear and to see if a flag is set.
This class should not be instanciated, but is to be used statically.
| Modifier and Type | Field and Description |
|---|---|
static int | FLAG_FORCECHECKHOSTCheck host connected controls even if panel option "Do not position cursor from host" is set. |
static int | FLAG_FORCESELECTIONMake sure that first selectable control is selected if no control that is connected to current host field is found. |
static int | FLAG_NOTEBOOKNOTTURNDo not turn notebook page when focus set to current host field. |
static int | FLAG_SELECTENTRYFIELDIf entry field gets focus, it should also be selected. |
| Modifier and Type | Method and Description |
|---|---|
static int | clearFlag(int flags, int clearFlag)Clear one bit flag. |
static boolean | isFlag(int flags, int flag)Return true if flag is set, otherwise false. |
static int | setFlag(int flags, int setFlag)Set one bit flag. |
public static final int FLAG_SELECTENTRYFIELD
public static final int FLAG_FORCECHECKHOST
public static final int FLAG_FORCESELECTION
public static final int FLAG_NOTEBOOKNOTTURN
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.