static class ChoiceBox.ChoiceBoxSelectionModel<T> extends SingleSelectionModel<T>
| Constructor and Description |
|---|
ChoiceBoxSelectionModel(ChoiceBox<T> cb) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getItemCount()
Gets the number of items available for the selection model.
|
protected T |
getModelItem(int index)
Gets the data model item associated with a specific index.
|
void |
select(int index)
Selects the given row.
|
clearAndSelect, clearSelection, clearSelection, isEmpty, isSelected, select, selectFirst, selectLast, selectNext, selectPreviousgetSelectedIndex, getSelectedItem, selectedIndexProperty, selectedItemProperty, setSelectedIndex, setSelectedItemprotected T getModelItem(int index)
SingleSelectionModelgetModelItem in class SingleSelectionModel<T>index - The position of the item in the underlying data model.protected int getItemCount()
SingleSelectionModelgetItemCount in class SingleSelectionModel<T>public void select(int index)
select in class SingleSelectionModel<T>index - The position of the item to select in the selection model.