SelectionToolMapForm
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
Overrides
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
Overrides
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
>