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

Profile: desktop, common

Overview

A class that represents a cell in a List component.

Attribute Summary

nametypedescription
Public
selectedBoolean

Defines whether this ListItem is selected.

More: [+]

Defines whether this ListItem is selected.

textString

Defines the single line of text this ListItem will display.

More: [+]

Defines the single line of text this ListItem will display. If the value of text is null or empty string, nothing is displayed.

valueObject More: [+]
Protected

Inherited Attributes

Function Summary

public toString() : java.lang.String

More: [+]

Returns
String

Inherited Functions