Child pages
  • RelationInfo

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1381948887907

...

HTML Table
id
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
tbody
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setLabelsetLabel(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)
#setNRelationNamesetNRelationName(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
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
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)