JMap.Application.UI.SidePanel.getHeaderMinHeightInPixel
Returns the min height of the Panel header section (where the project name is displayed) in pixels.
JMap.Application.UI.SidePanel.getHeaderMinHeightInRem
Returns the min height of the Panel header section (where the project name is displayed) in rem.
JMap.Application.UI.SidePanel.getMainPanelWidthInPixel
Returns the width of the main panel (side panel width minus menu width) in pixel.
JMap.Application.UI.SidePanel.getMainPanelWidthInRem
Returns the width of the main panel (side panel width minus menu width) in rem.
JMap.Application.UI.SidePanel.getMinimumWidthOpenInPixel
Returns the minimum side panel width.
JMap.Application.UI.SidePanel.getTitleMinHeightInPixel
Returns the min height of the Panel title section (where the panel name is displayed) in pixels.
JMap.Application.UI.SidePanel.getTitleMinHeightInRem
Returns the min height of the Panel title section (where the panel name is displayed) in rem.
JMap.Application.UI.SidePanel.getWidthCloseInPixel
Returns the width of the closed side panel in pixel.
JMap.Application.UI.SidePanel.getWidthCloseInRem
Returns the width of the closed side panel in rem.
JMap.Application.UI.SidePanel.getWidthOpenInPixel
Returns the width of the opened side panel in pixel.
JMap.Application.UI.SidePanel.getWidthOpenInRem
Returns the width of the opened side panel in rem.
JMap.Application.UI.SidePanel.isVisible
Returns true if the JMap NG App main panel on the left is opened.
JMap.Application.UI.Sidepanel.setVisible
Sets the application left side panel visibility.
if true, shows the panel, else hides it
JMap.Application.UI.SidePanel.setWidthOpenInPixel
Returns the minimum side panel width.
JMap.Application.UI.SidePanel.toggleVisibility
Changes the JMap NG App main panel on the left visibility.
If the panel is open, it will close.
If the panel is closed, it will open.
JMap.Application.UI.SidePanel
You can manage the application left side panel from here.