:: com :: sun :: star :: form :: control ::

service FormattedField
Description
describes a control which can be used for inputting values with a arbitrary formatting, and can (but not necessarily has to) be bound to a database field.

The model of the control has to support the ::com::sun::star::form::component::FormattedField service.

In addition, this control can be used in HTML forms. It triggers the XSubmit::submit method of the form it belongs to if the enter key is pressed while it has the focus.

See also
::com::sun::star::awt::UnoControl, ::com::sun::star::awt::UnoControlModel, ::com::sun::star::util::XNumberFormatsSupplier

Included Services - Summary
::com::sun::star::awt::UnoControlFormattedField
(referenced entity's summary:)
specifies a formatted field control.
Exported Interfaces - Summary
::com::sun::star::form::XBoundControl
(referenced entity's summary:)
allows locking the input on components.
Included Services - Details
::com::sun::star::awt::UnoControlFormattedField
(referenced entity's summary:)
specifies a formatted field control.
Exported Interfaces - Details
::com::sun::star::form::XBoundControl
(referenced entity's summary:)
allows locking the input on components.

 
Top of Page