Interface FocusStrategy
-
public interface FocusStrategy
-
-
Field Detail
-
ALL
static final String ALL
- See Also:
- Constant Field Values
-
EMPTY
static final String EMPTY
- See Also:
- Constant Field Values
-
FIRST
static final String FIRST
- See Also:
- Constant Field Values
-
SELECTION
static final String SELECTION
- See Also:
- Constant Field Values
-
-