Class idx.layout.SectionedNavController

Non-visual control to handle highlighting of several grids, so that only one grid can have a selected row at a time. The SectionedNavController also publishes a selectionChanged topic that can be used as a central point to handle the navigation selection coming from all the grids. Since idx 1.5.2.3 use gridx to replace datagrid due to a11y issue
Defined in: <idx\layout\SectionedNavController.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
A comma-separated list of the id's of the grids that are to be coordinated.

Method Summary

Method Attributes Method Name and Description
 
 
 

Constructor Detail

idx.layout.SectionedNavController()

Field Detail

{String} associatedGrids

A comma-separated list of the id's of the grids that are to be coordinated.

Method Detail

constructor(n)

Parameters:
n

postMixInProperties()


startup()