Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service CurrencyField

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


Included Services

com::sun::star::awt::UnoControlCurrencyFieldModel
com::sun::star::form::DataAwareControlModel
Description
is an abstract service for specialized FormControlModel s which are data aware and thus can be bound to a data source.

Exported Interfaces

com::sun::star::form::XReset
Description
resets the control.

Properties' Summary

DefaultValue returns the default value used by reset.

Properties' Details

DefaultValue
 
double DefaultValue;
Description
returns the default value used by reset.

Top of Page