Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
38 /** provides access to a form based filter for a database form
40 …<p>In a form based filter, form controls bound to a searchable database field are replaced with a
41 …which allows entering a search expression. This so-called <em>predicate expression</em> is basical…
43 have a form control bound to a table column named <code>Name</code>, then entering the string
44 …<q>LIKE '%Smith%'</q> effectively consitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%S…
51 …<p>The filter maintained by a filter controller is, logically, a disjunctive normal form of an SQL…
52 …class. That is, it is a disjunction of <em>m</em> terms, where each term is a conjunction of <em>n…
60 <a name="active_term"></a>
61 …there are potentially <em>m * n</em> <em>predicate expressions</em> (though usually only a fraction
62 …of those will actually exist). Since in a form based filter, there are only <em>n</em> filter cont…
63 …filter control displays exactly one <em>predicate expression</em>, this means that only a part of …
64 …n be displayed, in particular, only one <em>disjunctive term</em> can be displayed at a time. Thus,
77 /** registers a listener to be notified of certain changes in the form based filter.
84 …/** revokes a listener which was previously registered to be notified of certain changes in the fo…
99 /** denotes the <a href="#active_term"><em>active term</em></a> of the filter controller.
106 /** sets a given <em>predicate expression</em>
147 …<p>Each element of the returned sequence is a <em>disjunctive term</em>, having exactly <member>Fi…
153 /** removes a given <em>disjunctive term</em>