JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

A simple combo box control.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicitemsObject[]

The items contained in the combo box.

publicselectedIndexInteger

The zero-based index of the currently selected item.

publicselectedIndexChangedfunction(:int):Void

Invoked when the selected index in the combo box has changed, either interactively by the user or programmaticaly, through the selectedIndex variable.

public-readselectedItemObject

The currently selected combo box item, if any.

Inherited Variables

mindfusion.controls.DropDown

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
protecteddropDownControlNodesubclasssubclasssubclass

The drop-down component of the drop-down control.

publicdropDownHeightNumber200

The height of the drop-down component.

publicdropDownStyleIntegerDROP_DOWN

The behavior of the drop-down component.

The behavior of the drop-down component. One of the values defined in the DropDownStyle class.

DROP_DOWN  
protectededitControlNodesubclasssubclasssubclass

The edit component of the drop-down control.

publicshowButtonBooleantrue

A value indicating whether the drop-down activation button is visible.

Inherited Functions

mindfusion.controls.DropDown

protected dropDown() : Void

Forces the drop down portion of the control to be displayed.

Forces the drop down portion of the control to be displayed.

 
protected liftUp() : Void

Closes the drop down portion of the control if it is visible.

Closes the drop down portion of the control if it is visible.