JMap.Application.Layer.Edition.Thematic
You can manage layer thematic panel here.
JMap.Application.Layer.Edition.Thematic.closePanel
If open, closes the edition panel.
// closes the edition (any tab) panel if open. JMap.Application.Layer.Edition.DynamicFilter.closePanel()
JMap.Application.Layer.Edition.Thematic.openPanel
Opens the edition panel, with "thematics" tab activated, for the given layer
if layer not found
// opens the edition panel, with "thematics" tab activated, for layer id=3. JMap.Application.Layer.Edition.Thematic.openPanel(3)
the JMap layer id
JMap.Application.Layer.Edition.Thematic
You can manage layer thematic panel here.