DateTimePicker.addOnDropDown

Overview | Methods | This Package | All Packages

DateTimePicker.addOnDropDown

Assigns a delegate to the dropDown event.

Syntax

public final void addOnDropDown( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the dropDown event to that method in the Properties window. The dropDown event occurs when the drop-down calendar is displayed.

See Also   removeOnDropDown