Skip to main content

SelectionToolMapForm

geovisto-mapReadme | API


geovisto-map / SelectionToolMapForm

Class: SelectionToolMapForm

This class represents tab fragment for Themes tool.

Author

Jiri Hynek

Extends

Implements

Constructors

new SelectionToolMapForm()

new SelectionToolMapForm(tool): SelectionToolMapForm

It creates new map form with respect to the given props.

Parameters

tool: ISelectionTool\<ISelectionToolProps, ISelectionToolDefaults, ISelectionToolState\<ISelectionToolProps, ISelectionToolDefaults, ISelectionToolConfig>, ISelectionToolConfig, IMapToolInitProps\<ISelectionToolConfig>, ISelectionToolAPI>

Returns

SelectionToolMapForm

Overrides

MapObjectForm.constructor

Source

tools/selection/model/internal/form/SelectionTooMapForm.ts:23

Properties

htmlContent

private htmlContent: HTMLDivElement

Source

tools/selection/model/internal/form/SelectionTooMapForm.ts:16

Methods

createContent()

protected createContent(): HTMLDivElement

Help function which creates the HTML div element.

Returns

HTMLDivElement

Source

tools/selection/model/internal/form/SelectionTooMapForm.ts:40


getContent()

getContent(): HTMLDivElement

It returns a HTML div element conatining the form.

Returns

HTMLDivElement

Implementation of

IMapForm.getContent

Overrides

MapObjectForm.getContent

Source

tools/selection/model/internal/form/SelectionTooMapForm.ts:30


getMapObject()

protected getMapObject(): ISelectionTool\<ISelectionToolProps, ISelectionToolDefaults, ISelectionToolState\<ISelectionToolProps, ISelectionToolDefaults, ISelectionToolConfig>, ISelectionToolConfig, IMapToolInitProps\<ISelectionToolConfig>, ISelectionToolAPI>

Returns

ISelectionTool\<ISelectionToolProps, ISelectionToolDefaults, ISelectionToolState\<ISelectionToolProps, ISelectionToolDefaults, ISelectionToolConfig>, ISelectionToolConfig, IMapToolInitProps\<ISelectionToolConfig>, ISelectionToolAPI>

Inherited from

MapObjectForm.getMapObject

Source

model/internal/form/MapObjectForm.ts:16