:: 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
See also
::com::sun::star::awt::UnoControlModel
See also
::com::sun::star::util::XNumberFormatsSupplier

Included Services
::com::sun::star::awt::UnoControlFormattedField
implements an control for formatted text in- and output based on the ::com::sun::star::awt::UnoControlEdit service.
Exported Interfaces
::com::sun::star::form::XBoundControl
allows locking the input on components.

 
Top of Page