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

service TextField
Description
specifies a component which allows the input of text, either single- or multi-line.

Included Services
::com::sun::star::awt::UnoControlEditModel
specifies the standard model of an ::com::sun::star::awt::UnoControlEdit .
::com::sun::star::form::FormControlModel
specifies a control model within a form.
Exported Interfaces
::com::sun::star::form::XReset
Description
can be used to reset the control to it's default text.
See also
TextField::DefaultText
Properties' Summary
DefaultText contains a default value for the control.
Properties' Details
DefaultText
string DefaultText;
Description
contains a default value for the control.

This value is used when the control is initially displayed, and for resetting it.

See also
::com::sun::star::awt::UnoControlEditModel::Text
See also
::com::sun::star::form::XReset

 
Top of Page