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

Profile: desktop, common

Overview

A date picker control.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicselectedDateDate

The date currently selected in the control.

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.