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 MultipleSe-lectionModel (a subclass of SelectionModel from package ja-vafx.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 MultipleSe-lectionModel object.
A
You might also like to view...
Steven is working on a database that stores student data. He needs to find students majoring in either one of two majors. He is looking for students majoring in Economics. He also is looking for students majoring in History. Which operator would Steven use to find this information?
A) OR B) AND C) NOT D) NULL
Modifications made to a style in the Modify Style dialog box are visible in the:
A) Styles gallery. B) document sections to which the style had been applied. C) Navigation pane. D) Styles gallery and the document sections to which the style had been applied.