(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished struct GridDataEvent
Base Hierarchy
GridDataEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
An event used by a XGridDataModel to notify changes in the data model to the XGridControl. You usually need to fill this event only if you implement the XGridDataModel yourself.
See also
XGridDataModel, XGridControl
See also
XGridDataListener
@sonce OOo 3.3.0

Elements' Summary
valueName Contains the property name of the changed value  
oldValue Contains the old value  
newValue Contains the new value  
index Contains the index of the changed row 
headerName Contains the header name of the changed row 
rowData Contains the changed row 
Elements' Details
valueName
string valueName;
Description
Contains the property name of the changed value
oldValue
any oldValue;
Description
Contains the old value
newValue
any newValue;
Description
Contains the new value
index
long index;
Description
Contains the index of the changed row
headerName
string headerName;
Description
Contains the header name of the changed row
rowData
sequence< any > rowData;
Description
Contains the changed row
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.