Spec-Zone .ru
спецификации, руководства, описания, API

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.

Profile: desktop

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicselectedBoolean

Defines whether this ListItem is selected.

publictextString

Defines the single line of text this ListItem will display.

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

 
publicvalueObject

Inherited Variables

Function Summary

public toString() : java.lang.String
Returns
String
 

Inherited Functions