Child pages
  • Table

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
{div:style=}
Wiki Markup
Div
styledisplay:none

DO

NOT

EDIT

THE

CONTENT

OF

THIS

PAGE

DIRECTLY

(EXCEPT

INSIDE

THE

DIV

BELOW

WITH

ID=DESCRIPTION),

UNLESS

YOU

KNOW

WHAT

YOU'RE

DOING.


THE

STRUCTURE

OF

THE

CONTENT

IS

VITAL

IN

BEING

ABLE

TO

AUTO

UPDATE

THE

CONTENT

THROUGH

THE

DOC

GENERATOR.

\\ \\ Enter additional information related to this



Enter additional information related to this 'class'

inside

the

\

{div}

macro

with

'id=description'

{div} {div:id=description}{div}\\ {table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Event Summary{th}{tr}{tbody}{tr}{td}{td}{td}[#onAfterCreate] A method that is executed after a new record is created.{td}{tr}{tbody}{tbody}{tr}{td}{td}{td}[#onAfterDelete] A method that is executed after a delete operation.{td}{tr}{tbody}{tbody}{tr}{td}{td}{td}[#onAfterFind] A method that is executed after a foundset has switched to find mode.{td}{tr}{tbody}{tbody}{tr}{td}{td}{td}[#onAfterInsert] A method that is executed after an insert operation.{td}{tr}{tbody}{tbody}{tr}{td}{td}{td}[#onAfterSearch] A method that is executed after a search is executed for a foundset.{td}{tr}{tbody}{tbody}{tr}{td}{td}{td}[#onAfterUpdate] A method that is executed after an update operation.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#onCreate] A method that is executed before a record is created.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#onDelete] A method that is executed before a delete operation.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#onFind] A method that is executed before a foundset is going into find mode.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#onInsert] A method that is executed before an insert operation.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#onSearch] A method that is executed before search() is called on a foundset in find mode.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#onUpdate] A method that is executed before an update operation.{td}{tr}{tbody}{table}\\ {table:id=event|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Event Details{th}{tr}{tbody:id=onAfterCreate-JSRecord}{tr:id=name}{td}h6.onAfterCreate{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed after a new record is created.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that is created {div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onAfterDelete-JSRecord}{tr:id=name}{td}h6.onAfterDelete{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed after a delete operation.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that is deleted {div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onAfterFind}{tr:id=name}{td}h6.onAfterFind{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed after a foundset has switched to find mode.{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onAfterInsert-JSRecord}{tr:id=name}{td}h6.onAfterInsert{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed after an insert operation.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that is inserted {div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onAfterSearch}{tr:id=name}{td}h6.onAfterSearch{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed after a search is executed for a foundset.{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onAfterUpdate-JSRecord}{tr:id=name}{td}h6.onAfterUpdate{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed after an update operation.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that is updated {div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onCreate}{tr:id=name}{td}h6.onCreate{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed before a record is created. The method can block the creation by returning false.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onDelete-JSRecord}{tr:id=name}{td}h6.onDelete{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed before a delete operation. The method can block the delete operation by returning false.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that will be deleted {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onFind}{tr:id=name}{td}h6.onFind{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed before a foundset is going into find mode. The method can block the mode change.{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onInsert-JSRecord}{tr:id=name}{td}h6.onInsert{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed before an insert operation. The method can block the insert operation by returning false.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that will be inserted {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onSearch-Boolean_Boolean}{tr:id=name}{td}h6.onSearch{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed before search() is called on a foundset in find mode. The method can block the search (foundset will stay in find mode).{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[Boolean]} clearLastResults \{[Boolean]} reduceSearch {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=onUpdate-JSRecord}{tr:id=name}{td}h6.onUpdate{td}{tr}{tr:id=des}{td}{div:class=sIndent}A method that is executed before an update operation. A method can block the update by returning false.{div}{td}{tr}{tr:id=prs}{td}*Parameters*\\{div:class=sIndent}\{[JSRecord]} record -- record that will be updated {div}{td}{tr}{tr:id=ret}{td}*Returns*\\{div:class=sIndent}[Boolean]{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}

Div
iddescription


HTML Table
id
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Event Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterCreate
A method that is executed after a new record is created.
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterDelete
A method that is executed after a delete operation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterFind
A method that is executed after a foundset has switched to find mode.
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterInsert
A method that is executed after an insert operation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterSearch
A method that is executed after a search is executed for a foundset.
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterUpdate
A method that is executed after an update operation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onCreate
A method that is executed before a record is created.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onDelete
A method that is executed before a delete operation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onFind
A method that is executed before a foundset is going into find mode.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onInsert
A method that is executed before an insert operation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onSearch
A method that is executed before search() is called on a foundset in find mode.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onUpdate
A method that is executed before an update operation.

HTML Table
idevent
classservoy sDetail
Colgroup Tag
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Event Details
Table Body (tbody)
idonAfterCreate-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterCreate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a new record is created.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that is created
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterDelete-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterDelete
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a delete operation.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that is deleted
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterFind
Table Row (tr)
idname
Table Cell (td)
onAfterFind
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a foundset has switched to find mode.
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterInsert-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterInsert
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after an insert operation.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that is inserted
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterSearch
Table Row (tr)
idname
Table Cell (td)
onAfterSearch
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a search is executed for a foundset.
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterUpdate-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterUpdate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after an update operation.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that is updated
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonCreate
Table Row (tr)
idname
Table Cell (td)
onCreate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before a record is created. The method can block the creation by returning false.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonDelete-JSRecord
Table Row (tr)
idname
Table Cell (td)
onDelete
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before a delete operation. The method can block the delete operation by returning false.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that will be deleted
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonFind
Table Row (tr)
idname
Table Cell (td)
onFind
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before a foundset is going into find mode. The method can block the mode change.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonInsert-JSRecord
Table Row (tr)
idname
Table Cell (td)
onInsert
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before an insert operation. The method can block the insert operation by returning false.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that will be inserted
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonSearch-Boolean_Boolean
Table Row (tr)
idname
Table Cell (td)
onSearch
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before search() is called on a foundset in find mode. The method can block the search (foundset will stay in find mode).
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Boolean} clearLastResults
{Boolean} reduceSearch
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonUpdate-JSRecord
Table Row (tr)
idname
Table Cell (td)
onUpdate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before an update operation. A method can block the update by returning false.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record – record that will be updated
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)