Interface SyKeyboardFocusableType
- All Superinterfaces:
SyKeyboardFocusableReadableType
- All Known Subinterfaces:
SyButtonType, SyButtonWithTextType, SyCheckboxType, SyComponentType, SyContainerType, SyGridViewType, SyImageViewType, SyListViewType, SyMenuBarItemType, SyMenuBarType, SyMenuItemAtomType, SyMenuItemSeparatorType, SyMenuItemSubmenuType, SyMenuItemType, SyMenuType, SyScrollBarHorizontalType, SyScrollBarType, SyScrollBarVerticalType, SyScrollPaneType, SyTextAreaType, SyTextFieldType, SyTextMultiLineViewType, SyTextViewType
The interface to objects that involve keyboard focus.
-
Method Summary
Modifier and TypeMethodDescriptioncom.io7m.jattribute.core.AttributeType<SyKeyboardFocusBehavior>
-
Method Details
-
keyboardFocusBehavior
com.io7m.jattribute.core.AttributeType<SyKeyboardFocusBehavior> keyboardFocusBehavior()- Specified by:
keyboardFocusBehaviorin interfaceSyKeyboardFocusableReadableType- Returns:
- The keyboard focus behavior
-