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 ComboBox component.

Profile: desktop

Variable Summary

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

Defines whether the ComboBoxItem is selected or not.

public text String

Defines the text string of the ComboBoxItem.

public value Object

Defines the value of the ComboBoxItem.

Inherited Variables

Function Summary

public toString() : java.lang.String

Returns a string representing this ComboBoxItem.

Returns a string representing this ComboBoxItem.

Returns
String
 

Inherited Functions