Solved

Which of the Following Statements Is False

Question 11

Multiple Choice

Which of the following statements is false?


A) By default a ListView supports multiple selection-many items at a time may be selected. ListViews also support single selection.
B) The type of selection is managed by the ListView's MultipleSelectionModel (a subclass of SelectionModel from package javafx.scene.control) , which contains observable properties and various methods for manipulating the corresponding ListView's items.
C) To respond to selection changes, you register a listener for the MultipleSelectionModel's selectedItem property (lines 41-43) .
D) ListView method getSelectionModel returns a MultipleSelectionModel object.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions