Lines Matching refs:type

52 /** is an abstract service for specialized <type>FormControlModel</type>s
57 control model (see <type scope="com::sun::star::container">XChild</type>, inherited
58 via the <type>FormControlModel</type> and <type>FormComponent</type> services) has
59 always to be a <type scope="com::sun::star::form::component">DataForm</type>.</p>
83 /** Each <type>DataAwareControlModel</type> should be resettable for setting default values.
86 (see <type>XReset</type>) is as follows:<br/>
87 …the control is valid bound to a column of its <type scope="com::sun::star::form::component">DataFo…
93 …<p>For an example, have a look at the <type scope="com::sun::star::form::component">TextField</typ…
98 <p>In the context of a <type scope="com::sun::star::form::component">DataForm</type>, controls are
100 <ul><li>The form is reset by invoking its <type>XReset</type> interface.</li>
113 is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
118 <type>DataAwareControlModel</type> restrict the column types they can be used with.</p>
140 The referenced field supports the <type scope="com::sun::star::sdb">Column</type> service.
153 <type scope="com::sun::star::form::component">TextField</type>, which is bound to the e-mail
155 <type scope="com::sun::star::form::component">FixedText</type> whose label is "E-Mail",
158 …ber>LabelControl</member> property, find the <type scope="com::sun::star::form::component">FixedTe…
159 …ts label, and use this label to refer to the <type scope="com::sun::star::form::component">TextFie…
164 <ul><li><type scope="com::sun::star::awt">XControlModel</type></li>
165 <li><type scope="com::sun::star::lang">XServiceInfo</type></li>
166 <li><type scope="com::sun::star::beans">XPropertySet</type></li>
167 <li><type scope="com::sun::star::container">XChild</type></li>
171 …<li>Additionally, the support of a special service, indicating that the model is of the right type,
172 …is required. Which kind of service is in the request depends on the type of the control model.<br/>
174 … For instance, text fields (<type scope="com::sun::star::form::component">TextField</type>) can be
175 labeled by label controls only (<type scope="com::sun::star::form::component">FixedText</type>),
176 …and radio buttons (<type scope="com::sun::star::form::component">RadioButton</type>) can be labeled
177 by group boxes (<type scope="com::sun::star::form::component">GroupBox</type>) only.