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.

Attribute Summary

nametypedescription
Public
selectedBoolean

Defines whether a combobox item is selected or not.

More: [+]

Defines whether a combobox item is selected or not.

textString

Defines a string of a ComboBoxItem.

More: [+]

Defines a string of a ComboBoxItem.

valueObject

Defines a value of a ComboBoxItem.

More: [+]

Defines a value of a ComboBoxItem.

Protected

Inherited Attributes

Function Summary

public toString() : java.lang.String

Returns a string representing this ComboBoxItem.

More: [+]

Returns a string representing this ComboBoxItem.

Returns
String

Inherited Functions