:: com :: sun :: star :: form :: component ::

service DateField

Included Services - Summary
::com::sun::star::awt::UnoControlDateFieldModel
(referenced entity's summary:)
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::form::XReset

resets the control. (details)

Properties' Summary
long
DefaultDate
contains a default value for the control.  
Included Services - Details
::com::sun::star::awt::UnoControlDateFieldModel
(referenced entity's summary:)
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
Exported Interfaces - Details
::com::sun::star::form::XReset
Description
resets the control.

If you do not set a value for the DefaultDate, then resetting the control will result in setting to to the current system date. This is for HTML compatibility.

Properties' Details
DefaultDate
long DefaultDate;
Description
contains a default value for the control.

This value is used when the control is initially displayed, and for resetting it.

See also
::com::sun::star::awt::UnoControlDateFieldModel::Date, ::com::sun::star::form::XReset

 
Top of Page