Lines Matching refs:controller

62     the model of a controller will give you the same object as retrieving the model of the parent of
63 the controller. Similarly, retrieving the model of the <code>n</code><sup>th</sup> child of
64 a controller gives you the same object as retrieving the <code>n</code><sup>th</sup> child of
65 the model of the controller.</p>
67 …<p>A controller is called <em>active</em> if one of the controls it is responsible for has the foc…
68 else inactive. To be notified whenever this activation state of a given controller changes, you can
77 …<p>Furthermore, a form controller is responsible for preventing invalid user input. That is, if th…
78 … contains controls bound to a database, or to an external validator, then the form controller will
102 …<p>If a control which the controller is responsible for supports the <type scope="com::sun::star::…
103 …interface, the controller registers a dispatch interceptor. Then, the control can try to delegate …
104 functionality to the controller by querying the dispatch interceptor for it.</p>
255 controller is responsible.</p>
259 /** allows access to the parent controller.
271 /** allows life time control of the controller.
275 …/** allows to register as listener for modifications in the controls which the controller is respo…
282 …<p>A form controller listens for deletion events at the form it is responsible for. If and only if…
284 the controller, it uses an own dialog to ask the user for confirmation.</p>
288 /** is used to notify errors which happen in the form the controller is responsible for.
290 <p>A form controller listens for error events at the form it is responsible for. If and only if no
291 … <type scope="com::sun::star::sdb">XSQLErrorListener</type> is registered at the controller, it
297 …/** is used for multiplexing row set events happening on the form which the controller is responsi…
303 …<p>A form controller listens for parameter events at the form it is responsible for. If and only i…
304 … scope="com::sun::star::form">XDatabaseParameterListener</type> is registered at the controller, it
309 /** allows switching the form controller to different operation modes.
312 …<p>The two modes usually (but not necessarily) supported by a form controller are the <code>DataMo…
314 …a, and the latter is a special mode to enter a filter for the database form which the controller is
321 …<p>If the form controller supports a <a href="#mode_selector">form based filter mode</a>, then it …
326 /** denotes the instance which is used to implement operations on the form which the controller
337 /** allows to delegate certain tasks to the context of the form controller
341 /** used (if not <NULL/>) for user interactions triggered by the form controller.
346 the controller changes.
351 state of the controller changes.
355 /** adds a controller to the list of child controllers
357 … if the given controller is <NULL/>, or cannot rightfully be a child controller. Since controllers
359 child controller must be a child of the controller at which the method is invoked.