scalafx.scene.control.FocusModel
See theFocusModel companion object
Type parameters
-
T
-
The type of the underlying data model for the UI control.
Value parameters
-
delegate
-
JavaFX FocusModel to be wrapped.
Attributes
-
Constructor
-
Creates a new ScalaFX FocusModel from its JavaFX counterpart.
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Causes the item at the given index to receive the focus.
Causes the item at the given index to receive the focus.
Value parameters
-
index
-
The index of the item to get focus.
Attributes
Attempts to give focus to the row after to the currently focused row.
Attempts to give focus to the row after to the currently focused row.
Attributes
Attempts to give focus to the row previous to the currently focused row.
Attempts to give focus to the row previous to the currently focused row.
Attributes
The index of the current item in the FocusModel which has the focus.
The index of the current item in the FocusModel which has the focus.
Attributes
The current item in the FocusModel which has the focus.
The current item in the FocusModel which has the focus.
Attributes
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
-
ref
-
Object to be compared.
Attributes
-
Returns
-
if the other object is equals to this delegate or not.
-
Definition Classes
-
-
Inherited from:
-
SFXDelegate
Attributes
-
Returns
-
The delegate hashcode
-
Definition Classes
-
-
Inherited from:
-
SFXDelegate
Attributes
-
Returns
-
Returns the original delegate's toString() adding a [SFX] prefix.
-
Definition Classes
-
-
Inherited from:
-
SFXDelegate
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes