:: com :: sun :: star :: view ::
|
unpublished |
interface XFormLayerAccess |
|
|
- Base Interfaces
XFormLayerAccess
┗ XControlAccess
XControlAccess |
- Description
- provides access to form controls contained in the view
|
|
- Usage Restrictions
- not published
- Description
- provides access to the form layer elements in a view
- Since
- OOo 2.3
|
Methods' Details |
getFormController
- Description
- returns the ::com::sun::star::form::FormController
instance which operates on a given form.
A form controller is a component which controls the user interaction
with the form layer, as long as the form is not in design mode.
- Returns
- the requested form controller, or NULL if the view's
form layer is currently in design mode. Note that the returned
instance becomes non-functional as soon as the form layer is switched
to design mode.
- See also
- isDesignMode, setDesignMode, ::com::sun::star::form::runtime::FormController, ::com::sun::star::form::runtime::FormOperations
|
|
isFormDesignMode
boolean |
isFormDesignMode(); |
- Description
- determines whether the view's form layer is currently in design
or alive mode
Note: This is a convenience method. In the user interface,
the design mode is coupled with the .uno:SwitchControlDesignMode
feature (see ::com::sun::star::frame::XDispatchProvider),
and asking for the current mode is the same as asking for the state of this
feature.
|
|
setFormDesignMode
void |
setFormDesignMode( |
[in] boolean |
DesignMode ); |
- Description
- determines whether the view's form layer is currently in design
or alive mode
Note: This is a convenience method. In the user interface,
the design mode is coupled with the .uno:SwitchControlDesignMode
feature (see ::com::sun::star::frame::XDispatchProvider),
and changing the current mode is the same as dispatching this feature URL.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.