LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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
21module com { module sun { module star { module form { module runtime {
22
23interface XFormOperations;
24interface 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
323
328
335 void addChildController( [in] XFormController ChildController )
337};
338
339
340}; }; }; }; };
341
342
343/* 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:27
identifies a control.
Definition XControl.idl:37
allows to be notified when the activation status of a FormController changes.
Definition XFormControllerListener.idl:33
provides a context for a FormController
Definition XFormControllerContext.idl:32
specifies a component controlling the interaction between the user and form functionality.
Definition XFormController.idl:225
XFormControllerContext Context
allows to delegate certain tasks to the context of the form controller
Definition XFormController.idl:313
::com::sun::star::awt::XControl CurrentControl
provides access to the currently active control
Definition XFormController.idl:309
XFormOperations FormOperations
denotes the instance which is used to implement operations on the form which the controller works for...
Definition XFormController.idl:305
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:317
interface XFilterController
allows controlling the filter mode.
Definition XFormController.idl:298
encapsulates operations on a database form.
Definition XFormOperations.idl:60
An interaction request handler.
Definition XInteractionHandler.idl:27
Definition Ambiguous.idl:20