DateTimeWmKeyDownEvent Class

DateTimeWmKeyDownEvent Class

This Package | All Packages

Event
  |
  +--DateTimeWmKeyDownEvent
public class DateTimeWmKeyDownEvent
extends Event

The DateTimeWmKeyDownEvent is fired when the user presses a key in a custom field.

Fields
Name Description
format Format string associated with the DateTimePicker.
time Time that the DateTimePicker should be set to.
virtualKey Keycode of the key that was pressed.

Constructors
Name Description
DateTimeWmKeyDownEvent(int virtualKey, String format, long time) Topic under construction.

Fields

DateTimeWmKeyDownEvent.format

Syntax
public final String format;
Description
Format string associated with the DateTimePicker.

DateTimeWmKeyDownEvent.time

Syntax
public long time;
Description
Time that the DateTimePicker should be set to.

DateTimeWmKeyDownEvent.virtualKey

Syntax
public final int virtualKey;
Description
Keycode of the key that was pressed.

Constructors

DateTimeWmKeyDownEvent.DateTimeWmKeyDownEvent

Syntax
public DateTimeWmKeyDownEvent( int virtualKey, String format, long time );
Description

Topic under construction.