DateTimeFormatQueryEvent Class

DateTimeFormatQueryEvent Class

This Package | All Packages

Event
  |
  +--DateTimeFormatQueryEvent
public class DateTimeFormatQueryEvent
extends Event

The DateTimeFormatQueryEvent is fired when the DateTimePicker needs to determine the maximum size of text to be displayed.

Fields
Name Description
format Format string associated with the DateTimePicker.
maxSize Maximum dimensions needed to display the time given the specified format.

Constructors
Name Description
DateTimeFormatQueryEvent(String format, Point maxSize) Topic under construction.

Fields

DateTimeFormatQueryEvent.format

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

DateTimeFormatQueryEvent.maxSize

Syntax
public Point maxSize;
Description
Maximum dimensions needed to display the time given the specified format.

Constructors

DateTimeFormatQueryEvent.DateTimeFormatQueryEvent

Syntax
public DateTimeFormatQueryEvent( String format, Point maxSize );
Description

Topic under construction.