Methods' Summary |
approveCursorMove |
is called before a row set's cursor is moved.
|
approveRowChange |
is called before a row is inserted, updated, or deleted.
|
approveRowSetChange |
is called before a row set is changed, or in other words
before a row set is reexecuted.
|
Methods' Details |
approveCursorMove
boolean |
approveCursorMove( |
[in] ::com::sun::star::lang::EventObject |
event ); |
- Description
- is called before a row set's cursor is moved.
- Parameter event
- the event which happened
- Returns
- `TRUE` when moving is allowed, otherwise `FALSE`
|
|
approveRowChange
- Description
- is called before a row is inserted, updated, or deleted.
- Parameter event
- the event which happened
- Returns
- `TRUE` when changing is allowed, otherwise `FALSE`
|
|
approveRowSetChange
boolean |
approveRowSetChange( |
[in] ::com::sun::star::lang::EventObject |
event ); |
- Description
- is called before a row set is changed, or in other words
before a row set is reexecuted.
- Parameter event
- the event which happened
- Returns
- `TRUE` when changing is allowed, otherwise `FALSE`
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.