Class XbpDatePicker() Foundation
Class function of the XbpDatePicker class
Superclass
Description
Objects of the XbpDatePicker class allow for a comfortable selection of a date. They appear on-screen like a combo box but do not have a drop-down list. Instead of the drop-down list, an XbpMonthView object is displayed. This object offers a user a way to select a date from an entire month.
Life cycle
:init()
Initializes instance variables.
:create()
Requests system resources for the object.
:destroy()
Releases the system resources of the object.
Methods for editing
:editBuffer()
Returns the current value in the edit buffer.
:getData()
Reads the current value of the edit buffer and passes it to :dataLink
:setData()
Assigns a value to the edit buffer.
Events
:itemMarked / xbeP_ItemMarked
A date is marked.
:itemSelected / xbeP_ItemSelected
A date is selected.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.