public interface Selectable
| Type | Property and Description |
|---|---|
ReadOnlyBooleanProperty |
selected
Returns the selection state property.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected()
Determines whether this object is selected.
|
boolean |
requestSelection(boolean b)
Requests (de-)selection of this object.
|
ReadOnlyBooleanProperty |
selectedProperty()
Returns the selection state property.
|
ReadOnlyBooleanProperty selectedProperty
isSelected()boolean isSelected()
true if this object is
selected;falseotherwiseReadOnlyBooleanProperty selectedProperty()
isSelected()boolean requestSelection(boolean b)
b - selection state (true or false)true if this object has been selected;
false otherwise