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

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

service NumericField

Description
This service specifies the ControlModel of an edit field for a numeric value.


Included Services

com::sun::star::awt::UnoControlNumericFieldModel
com::sun::star::form::FormControlModel
Description
specifies a control model within a form.

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