summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control/RadioButton.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/form/control/RadioButton.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/form/control/RadioButton.idl')
-rw-r--r--offapi/com/sun/star/form/control/RadioButton.idl35
1 files changed, 27 insertions, 8 deletions
diff --git a/offapi/com/sun/star/form/control/RadioButton.idl b/offapi/com/sun/star/form/control/RadioButton.idl
index a332876ae413..9f16d9ccf203 100644
--- a/offapi/com/sun/star/form/control/RadioButton.idl
+++ b/offapi/com/sun/star/form/control/RadioButton.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RadioButton.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-04-19 10:56:41 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,17 +76,18 @@
//=============================================================================
-/** describes a radio button usually used together with a
- <type scope="com.sun.star.form.component">RadioButton</type> model.
+/** describes a radio button control which can (but not necessarily has to) be bound to a database field.
+
+ <p>The model of the control has to support the <type scope="com::sun::star::form::component">RadioButton</type>
+ service.</p>
+
+ @see com::sun::star::awt::UnoControl
+ @see com::sun::star::awt::UnoControlModel
*/
service RadioButton
{
- /** provides the basic functionallity of the control
- */
service com::sun::star::awt::UnoControlRadioButton;
- /** allows locking of the input of the control
- */
interface com::sun::star::form::XBoundControl;
};
@@ -97,6 +98,15 @@ service RadioButton
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.2.14.2 2002/07/26 11:03:18 fs
+ IDL review form layer
+
+ Revision 1.2.14.1 2002/02/19 08:12:57 oj
+ #96946# parameter,return value and exception description
+
+ Revision 1.2 2001/04/19 10:56:41 fs
+ corrected the include protection
+
Revision 1.1 2001/04/19 08:46:00 fs
initial checkin - service description for form related controls
@@ -108,6 +118,15 @@ service RadioButton
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2.14.2 2002/07/26 11:03:18 fs
+ * IDL review form layer
+ *
+ * Revision 1.2.14.1 2002/02/19 08:12:57 oj
+ * #96946# parameter,return value and exception description
+ *
+ * Revision 1.2 2001/04/19 10:56:41 fs
+ * corrected the include protection
+ *
* Revision 1.1 2001/04/19 08:46:00 fs
* initial checkin - service description for form related controls
*