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

service PatternField
Description
describes a control for inputting text complying to a given pattern, and which 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::PatternField service.

See also
::com::sun::star::awt::UnoControl
See also
::com::sun::star::awt::UnoControlModel

Included Services
::com::sun::star::awt::UnoControlPatternField
specifies a control to display and edit a string according to a pattern.
Exported Interfaces
::com::sun::star::form::XBoundControl
allows locking the input on components.

 
Top of Page