LibreOffice
LibreOffice 7.3 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#ifndef __com_sun_star_form_runtime_XFormController_idl__
21#define __com_sun_star_form_runtime_XFormController_idl__
22
38
39
40module com { module sun { module star { module form { module runtime {
41
42interface XFormOperations;
43interface XFormControllerContext;
44
45
244{
250 interface ::com::sun::star::awt::XTabController;
251
254 interface ::com::sun::star::container::XChild;
255
258 interface ::com::sun::star::container::XIndexAccess;
259
262 interface ::com::sun::star::container::XEnumerationAccess;
263
266 interface ::com::sun::star::lang::XComponent;
267
271 interface ::com::sun::star::util::XModifyBroadcaster;
272
279 interface ::com::sun::star::form::XConfirmDeleteBroadcaster;
280
288 interface ::com::sun::star::sdb::XSQLErrorBroadcaster;
289
292 interface ::com::sun::star::sdb::XRowSetApproveBroadcaster;
293
300 interface ::com::sun::star::form::XDatabaseParameterBroadcaster2;
301
310 interface ::com::sun::star::util::XModeSelector;
311
317 [optional] interface XFilterController;
318
324 [attribute, readonly] XFormOperations FormOperations;
325
329
333
337
342
347
354 void addChildController( [in] XFormController ChildController )
356};
357
358
359}; }; }; }; };
360
361
362#endif
363
364/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
identifies a control.
Definition: XControl.idl:51
allows to be notified when the activation status of a FormController changes.
Definition: XFormControllerListener.idl:39
provides access to a form based filter for a database form
Definition: XFilterController.idl:70
provides a context for a FormController
Definition: XFormControllerContext.idl:37
specifies a component controlling the interaction between the user and form functionality.
Definition: XFormController.idl:244
XFormControllerContext Context
allows to delegate certain tasks to the context of the form controller
Definition: XFormController.idl:332
::com::sun::star::awt::XControl CurrentControl
provides access to the currently active control
Definition: XFormController.idl:328
XFormOperations FormOperations
denotes the instance which is used to implement operations on the form which the controller works for...
Definition: XFormController.idl:317
void addActivateListener([in] ::com::sun::star::form::XFormControllerListener Listener)
adds the specified listener to receive notifications whenever the activation state of the controller ...
void addChildController([in] XFormController ChildController)
adds a controller to the list of child controllers
void removeActivateListener([in] ::com::sun::star::form::XFormControllerListener Listener)
removes the specified listener from the list of components to receive notifications whenever the acti...
::com::sun::star::task::XInteractionHandler InteractionHandler
used (if not NULL) for user interactions triggered by the form controller.
Definition: XFormController.idl:336
encapsulates operations on a database form.
Definition: XFormOperations.idl:72
An interaction request handler.
Definition: XInteractionHandler.idl:33
Definition: Accessible.idl:22