Lines Matching refs:component

59     always to be a <type scope="com::sun::star::form::component">DataForm</type>.</p>
67 This interface is optional, if a component doesn't support it, it has to forward
87 …ol is valid bound to a column of its <type scope="com::sun::star::form::component">DataForm</type>…
93 …<p>For an example, have a look at the <type scope="com::sun::star::form::component">TextField</typ…
95 …service, and additionally specifies the <member scope="com::sun::star::form::component">TextField:…
98 … <p>In the context of a <type scope="com::sun::star::form::component">DataForm</type>, controls are
113 … is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
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",
157 Now if you imagine a component offering data search in a form, this component will examine
158 …lControl</member> property, find the <type scope="com::sun::star::form::component">FixedText</type…
159 …, and use this label to refer to the <type scope="com::sun::star::form::component">TextField</type…
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.