Spec-Zone .ru
спецификации, руководства, описания, API
|
static class ChoiceBox.ChoiceBoxSelectionModel<T> extends SingleSelectionModel<T>
selectedIndex, selectedItem
Constructor and Description |
---|
ChoiceBox.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, selectPrevious
getSelectedIndex, getSelectedItem, selectedIndexProperty, selectedItemProperty, setSelectedIndex, setSelectedItem
protected T getModelItem(int index)
SingleSelectionModel
getModelItem
in class SingleSelectionModel<T>
index
- The position of the item in the underlying data model.protected int getItemCount()
SingleSelectionModel
getItemCount
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to