Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt :: grid ::

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.
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
void
rowsInserted( [in] GridDataEvent  Event );

Description
is called when one or more rows of data have been inserted into a grid control's data model.
rowsRemoved
void
rowsRemoved( [in] GridDataEvent  Event );

Description
is called when one or more rows of data have been removed from a grid control's data model.
dataChanged
void
dataChanged( [in] GridDataEvent  Event );

Description
is called when existing data in a grid control's data model has been modified.
rowHeadingChanged
void
rowHeadingChanged( [in] GridDataEvent  Event );

Description
is called when the title of one or more rows changed.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.