Represents the current state of a DatePicker item renderer.

Available since

1.0.0

.

See also:

Constructor

@:value({ selected : false, date : null })new(?date:Date, selected:Bool = false)

Creates a new DatePickerItemState object with the given arguments.

Available since

1.0.0

.

Variables

date:Date

The date to display for the item.

Available since

1.0.0

.

@:value(true)enabled:Bool = true

Returns whether the item is enabled or not.

Available since

1.0.0

.

See also:

owner:DatePicker

Returns a reference to the DatePicker that contains this item.

Available since

1.0.0

.

@:value(false)selected:Bool = false

Returns whether the item is selected or not.

Available since

1.0.0

.

See also: