Child pages
  • JSDataSourceNode

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
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 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
JSCalculation
Table Cell (td)
getCalculation(name)
Get an existing calculation for the datasource node.
Table Row (tr)
Table Cell (td)
JSCalculation[]
Table Cell (td)
getCalculations()
Gets all the calculations for the datasource node.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
getDataSource()
Get the data source for this node.
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
getMethod(name)
Get an existing foundset method for the datasource node.
Table Row (tr)
Table Cell (td)
JSMethod[]
Table Cell (td)
getMethods()
Gets all the foundset methods for the datasource node.
Table Row (tr)
Table Cell (td)
JSCalculation
Table Cell (td)
newCalculation(code)
Creates a new calculation for the given code, the type will be the column where it could be build on (if name is a column name),
else it will default to JSVariable.
Table Row (tr)
Table Cell (td)
JSCalculation
Table Cell (td)
newCalculation(code, type)
Creates a new calculation for the given code and the type, if it builds on a column (name is a column name) then type will be ignored.
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
newMethod(code)
Creates a new foundset method with the specified code.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
removeCalculation(name)
Removes the calculation specified by name.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
removeMethod(name)
Removes the foundset method specified by name.

...