Child pages
  • RelationInfo

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
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.

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)
void
Table Cell (td)
setLabel(label)
Sets the label of a relation info object used to set multiple child relations for a tree node.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setNRelationName(relationName)
Sets the name of a relation info object used to set multiple child relations for a tree node.



HTML Table
idfunction
classservoy sDetail
Colgroup Tag
Col
colspan2
width100%
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Details
Table Body (tbody)
idsetLabel-String
Table Row (tr)
idname
Table Cell (td)

setLabel

Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
setLabel
Span
(label)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Sets the label of a relation info object used to set multiple child relations for a tree node.
Table Row (tr)
idprs
Table Cell (td)

Parameters

Div
classsIndent
{String} label
Table Row (tr)
idret
Table Cell (td)

Returns

Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)

Sample

Div
classsIndent
Code Block
languagejavascript
var companies_binding = elements.myDbTreeView.createBinding('example_data', 'companies');
var company_relations = new Array();
company_relations[0] = elements.myDbTreeView.createRelationInfo();
company_relations[0].setLabel('Employees');
company_relations[0].setNRelationName('companies_to_employees');
companies_binding.setNRelationInfos(company_relations);
Table Row (tr)
classlastDetailRow
Table Cell (td)
 
Table Body (tbody)
idsetNRelationName-String
Table Row (tr)
idname
Table Cell (td)

setNRelationName

Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
void
Span
stylefont-weight: bold;
setNRelationName
Span
(relationName)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Sets the name of a relation info object used to set multiple child relations for a tree node.
Table Row (tr)
idprs
Table Cell (td)

Parameters

Div
classsIndent
{String} relationName
Table Row (tr)
idret
Table Cell (td)

Returns

Div
classsIndent
void
Table Row (tr)
idsam
Table Cell (td)

Sample

Div
classsIndent
Code Block
languagejavascript
var companies_binding = elements.myDbTreeView.createBinding('example_data', 'companies');
var company_relations = new Array();
company_relations[0] = elements.myDbTreeView.createRelationInfo();
company_relations[0].setLabel('Employees');
company_relations[0].setNRelationName('companies_to_employees');
companies_binding.setNRelationInfos(company_relations);
Table Row (tr)
classlastDetailRow
Table Cell (td)