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

access name type Can Read Can Init Can Write Default Value description
public selected Boolean

Defines whether this ListItem is selected.

public text String

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.

 
public value Object

Inherited Variables

Function Summary

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

Inherited Functions