:: com :: sun :: star :: awt :: grid ::
|
unpublished |
interface XGridDataListener |
|
|
- Base Interfaces
XGridDataListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Usage Restrictions
- not published
- Description
- An instance of this interface is used by the XGridDataModel to
get notifications about data model changes.
Usually you must not implement this interface yourself, but you must notify it correctly if
you implement the XGridDataModel yourself .
- Since
- OOo 3.3
|
Methods' Summary |
rowsInserted |
is called when one or more rows of data have been inserted into a grid control's data model.
|
rowsRemoved |
is called when one or more rows of data have been removed from a grid control's data model.
|
dataChanged |
is called when existing data in a grid control's data model has been modified.
|
rowHeadingChanged |
is called when the title of one or more rows changed.
|
Methods' Details |
rowsInserted
- Description
- is called when one or more rows of data have been inserted into a grid control's data model.
|
|
rowsRemoved
- Description
- is called when one or more rows of data have been removed from a grid control's data model.
|
|
dataChanged
- Description
- is called when existing data in a grid control's data model has been modified.
|
|
rowHeadingChanged
- Description
- is called when the title of one or more rows changed.
|
|
Top of Page
Copyright © 2000, 2013 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.