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

service CurrencyField
Description
This service specifies the ControlModel for an edit field which contains a currency value.

Included Services - Summary
::com::sun::star::awt::UnoControlCurrencyFieldModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlCurrencyField.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Summary
::com::sun::star::form::XReset

can be used to reset the control to it's default state. (details)

Properties' Summary
double
DefaultValue
contains a default value for the control.  
Included Services - Details
::com::sun::star::awt::UnoControlCurrencyFieldModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlCurrencyField.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Details
::com::sun::star::form::XReset
Description
can be used to reset the control to it's default state.
See also
CurrencyField::DefaultValue
Properties' Details
DefaultValue
double DefaultValue;
Description
contains a default value for the control.
See also
::com::sun::star::awt::UnoControlCurrencyFieldModel::Value, ::com::sun::star::form::XReset

 
Top of Page