summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-19 15:25:45 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-19 15:25:45 +0100
commit5e6df77e41dbb99ffb0e06599b9eda67d4a3dc59 (patch)
tree96ecb456c8563af2a8f6eed4ace67d88082f2da7 /offapi/com/sun
parent6a09e78d6d6c191b5ee78f9d66b09fa4c80781e1 (diff)
gridsort: document the relationship between soorting the data and notifying XGridDataListeners
Diffstat (limited to 'offapi/com/sun')
-rwxr-xr-xoffapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
index 3a12526be..d827c903f 100755
--- a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
@@ -40,7 +40,15 @@ module com { module sun { module star { module awt { module grid {
*/
interface XSortableMutableGridDataModel
{
+ /** provides access to the basic functionality of a grid data model, plus functions to modify it.
+ */
interface XMutableGridDataModel;
+
+ /** provides means to sort the data represented by the model.
+
+ <p>If you set a new column sort order, the implementation will notify the registered <type>XGridDataListener</type>s
+ via a call to its <member>XGridDataListener::dataChanged</member> method.</p>
+ */
interface XSortableGridDataModel;
};