Class: UIPanelContainer

UIPanelContainer

Class representing the container for various RSUI information components.

new UIPanelContainer()

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelContainer/index.ts, line 21

Extends

  • undefined

Methods

getId(){UIVRSIds}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelContainer/index.ts, line 93

Get the unique identifier of the RSUI information container.

Returns:
Type Description
UIVRSIds The component ID.

getInfoChart(){VRSUIInfoChart}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelContainer/index.ts, line 68

Get the chart component of the RSUI information container.

Returns:
Type Description
VRSUIInfoChart The chart component.

getInfoHeader(){UIPanelHeader}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelContainer/index.ts, line 59

Get the header component of the RSUI information container.

Returns:
Type Description
UIPanelHeader The header component.

getMainContainer(){UIMainContainer}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelContainer/index.ts, line 50

Get the main container associated with the RSUI information container.

Returns:
Type Description
UIMainContainer The main container.

update()

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPanelContainer/index.ts, line 39

Update the RSUI information container. Creates a new instance and updates the main container with it.