JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

A list view control.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicfillPaintColor.WHITE

The background color of the view.

publicfullRowSelectBooleanfalse

A value specifying whether the item selection expands to span the whole width of the list view.

publicitemsByte[]

The sequence of items displayed by the list view.

publicselectedIndexInteger-1

The zero-based index of the currently selected item, or -1, if there is no item selected.

publicselectedIndexChangedfunction(:int):Void

Invoked when the selected item in the list view has changed.

public-readselectedItemNode

The currently selected item in the view.

Inherited Variables

Inherited Functions