service TextField in module com::sun::star::form::control::

(Global Index)

Syntax

service TextField;

Description

describes a radio button usually used together with a TextField model.

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 is pressed while it has the focus.

Included Services

com::sun::star::awt::UnoControlEdit

Description

provides the basic functionallity of the control


Exported Interfaces

com::sun::star::form::XBoundControl

Description

allows locking of the input of the control


com::sun::star::form::XChangeBroadcaster

Description

allows broadcasts of HTML-compatible change events


Top of Page