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

Profile: desktop, common

Overview

A generic drop-down control. You can derive from this class and assign nodes to the editControl and dropDownControl variables in order to define custom drop-down controls.

Variable Summary

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 Variables

Function Summary

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.

 

Inherited Functions