LibreOffice
LibreOffice 24.2 SDK API Reference
XFormController.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 module com { module sun { module star { module form { module runtime {
22 
23 interface XFormOperations;
24 interface XFormControllerContext;
25 
26 
225 {
231  interface ::com::sun::star::awt::XTabController;
232 
235  interface ::com::sun::star::container::XChild;
236 
239  interface ::com::sun::star::container::XIndexAccess;
240 
243  interface ::com::sun::star::container::XEnumerationAccess;
244 
247  interface ::com::sun::star::lang::XComponent;
248 
252  interface ::com::sun::star::util::XModifyBroadcaster;
253 
260  interface ::com::sun::star::form::XConfirmDeleteBroadcaster;
261 
269  interface ::com::sun::star::sdb::XSQLErrorBroadcaster;
270 
273  interface ::com::sun::star::sdb::XRowSetApproveBroadcaster;
274 
281  interface ::com::sun::star::form::XDatabaseParameterBroadcaster2;
282 
291  interface ::com::sun::star::util::XModeSelector;
292 
298  [optional] interface XFilterController;
299 
305  [attribute, readonly] XFormOperations FormOperations;
306 
310 
314 
318 
322  void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener Listener );
323 
327  void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener Listener );
328 
335  void addChildController( [in] XFormController ChildController )
337 };
338 
339 
340 }; }; }; }; };
341 
342 
343 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a context for a FormController
Definition: XFormControllerContext.idl:31
XFormControllerContext Context
allows to delegate certain tasks to the context of the form controller
Definition: XFormController.idl:313
Definition: Ambiguous.idl:20
An interaction request handler.
Definition: XInteractionHandler.idl:26
allows to be notified when the activation status of a FormController changes.
Definition: XFormControllerListener.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
::com::sun::star::awt::XControl CurrentControl
provides access to the currently active control
Definition: XFormController.idl:309
provides access to a form based filter for a database form
Definition: XFilterController.idl:63
encapsulates operations on a database form.
Definition: XFormOperations.idl:59
encapsulates operations on a database form which has a UI representation, and is interacting with the...
Definition: FormOperations.idl:29
::com::sun::star::task::XInteractionHandler InteractionHandler
used (if not NULL) for user interactions triggered by the form controller.
Definition: XFormController.idl:317
specifies a component controlling the interaction between the user and form functionality.
Definition: XFormController.idl:224
identifies a control.
Definition: XControl.idl:36