Interface to query for controls and control properties supported by the implementing instance.
More...
import "XControlInformation.idl";
Interface to query for controls and control properties supported by the implementing instance.
- Since
- OOo 1.1.2
◆ getSupportedControlProperties()
Returns a sequence with properties supported by the specified control.
- Parameters
-
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.
- Exceptions
-
◆ getSupportedControls()
sequence< string > getSupportedControls |
( |
| ) |
|
Query for the supported controls of a service instance.
- Returns
- a sequence with the names of the supported controls.
◆ isControlPropertySupported()
Returns whether control property is supported by a control.
- Parameters
-
aControlName | The name of the control. |
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.
- Exceptions
-
◆ isControlSupported()
boolean isControlSupported |
( |
[in] string | aControlName | ) |
|
Returns whether the specified control is supported or not.
- Parameters
-
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.
The documentation for this interface was generated from the following file: