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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicselectedBoolean

Defines whether the ComboBoxItem is selected or not.

publictextString

Defines the text string of the ComboBoxItem.

publicvalueObject

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