:: com :: sun :: star :: ui :: dialogs ::
|
interface XControlInformation |
|
- Description
- Interface to query for controls and control properties supported by the
implementing instance.
- Since
- OOo 1.1.2
|
Methods' Details |
getSupportedControls
sequence< string > |
getSupportedControls(); |
- Description
- Query for the supported controls of a service instance.
- Returns
- a sequence with the names of the supported controls.
|
|
isControlSupported
boolean |
isControlSupported( |
[in] string |
aControlName ); |
- Description
- Returns whether the specified control is supported or not.
- Parameter aControlName
- The name of the control. Common control names are for
instance "OkButton" or "CancelButton".
- Returns
- true if the specified control is supported.
false if the specified control is not supported.
|
|
getSupportedControlProperties
- Description
- Returns a sequence with properties supported by the specified
control.
- Parameter aControlName
- The name of the control. Common control names are for
instance "OkButton" or "CancelButton".
- Returns
- a sequence of control properties supported by the specified control.
- Throws
- com::sun::star::lang::IllegalArgumentException
when the specified control is not supported.
|
|
isControlPropertySupported
boolean |
isControlPropertySupported( |
[in] string |
aControlName, |
| [in] string |
aControlProperty ) |
raises( |
::com::sun::star::lang::IllegalArgumentException ); |
- Description
- Returns whether control property is supported by a control.
- Parameter aControlName
- The name of the control.
- Parameter aControlProperty
- The control property to query for.
- Returns
- true if the specified control action is supported.
false if the specified control action is not supported.
- Throws
- com::sun::star::lang::IllegalArgumentException
when the specified control is not supported.
|
|
Top of Page
Copyright © 2000, 2014 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.