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_FORCECHECKHOST
Check host connected controls even if panel option
"Do not position cursor from host" is set.
|
static int |
FLAG_FORCESELECTION
Make sure that first selectable control is selected if
no control that is connected to current host field is found.
|
static int |
FLAG_NOTEBOOKNOTTURN
Do not turn notebook page when focus set to current
host field.
|
static int |
FLAG_SELECTENTRYFIELD
If 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.
© © Mindus SARL, 2024. All rights reserved.