public interface SelectableStringList
SelectableItemList in a view.| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
selectedIndex
Represents an
Integer which is the current selection index. |
javafx.beans.property.ReadOnlyListProperty<String> |
stringList
String list which can be used by the UI to present the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearSelection()
Removes the selection.
|
int |
getSelectedIndex() |
void |
select(int id) |
javafx.beans.property.ReadOnlyIntegerProperty |
selectedIndexProperty()
Represents an
Integer which is the current selection index. |
javafx.beans.property.ReadOnlyListProperty<String> |
stringListProperty()
String list which can be used by the UI to present the data.
|
javafx.beans.property.ReadOnlyListProperty<String> stringListProperty
javafx.beans.property.ReadOnlyIntegerProperty selectedIndexProperty
Integer which is the current selection index.getSelectedIndex()javafx.beans.property.ReadOnlyListProperty<String> stringListProperty()
javafx.beans.property.ReadOnlyIntegerProperty selectedIndexProperty()
Integer which is the current selection index.getSelectedIndex()int getSelectedIndex()
selectedIndexProperty()void select(int id)
id - the id to be selectedselectedIndexProperty()void clearSelection()
Copyright © 2019 Saxonia Systems AG. All rights reserved.