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

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

service PatternField

Description
This service specifies the ControlModel of an edit field for strings which match a specified pattern.


Included Services

com::sun::star::awt::UnoControlPatternFieldModel
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

DefaultText specifies the default text for the component, which is initially displayed or used to reset the component.

Properties' Details

DefaultText
 
string DefaultText;
Description
specifies the default text for the component, which is initially displayed or used to reset the component.

Top of Page