public interface XdevFocusCycleComponent
XdevFocusCycleRoot
,
XdevFocusCycleController
,
XdevFocusTraversalPolicy
Modifier and Type | Field and Description |
---|---|
static String |
TAB_INDEX_PROPERTY
The property name used by the implementing beans to fire property change
events.
|
Modifier and Type | Method and Description |
---|---|
int |
getTabIndex()
Returns the tabindex assigned to this component.
|
void |
setTabIndex(int tabIndex)
Sets the tabindex of this component.
|
static final String TAB_INDEX_PROPERTY
int getTabIndex()
void setTabIndex(int tabIndex)
To exclude this component from the focus cycle set tabindex to -1.
tabIndex
- to be setCopyright © 2003–2022 XDEV Software. All rights reserved.