:: 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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.