Creates a new scalafx.scene.control.SingleSelectionModel from functions that defines a data model and quantity of items.
Creates a new scalafx.scene.control.SingleSelectionModel from functions that defines a data model and quantity of items. This method was created to supply necessity to override protected methods getItemCount() and getModelItem(int) from SingleSelectionModel.
The type of the item contained in the control that can be selected.
Function that gets the data model item associated with a specific index.
Function that gets the number of items available for the selection model.