InfoToolMapForm
geovisto-map / InfoToolMapForm
Class: InfoToolMapForm
This class provides controls for management of info map form inputs.
Author
Jiri Hynek
Author
Tomas Koscielniak
Extends
Implements
Constructors
new InfoToolMapForm()
new InfoToolMapForm(
tool):InfoToolMapForm
It creates new map form with respect to the given props.
Parameters
• tool: IInfoTool\<IInfoToolProps, IInfoToolDefaults, IInfoToolState\<IInfoToolProps, IInfoToolDefaults, IInfoToolConfig>, IInfoToolConfig, IMapToolInitProps\<IInfoToolConfig>>
Returns
Overrides
Source
tools/info/model/internal/form/InfoToolMapForm.ts:33
Properties
htmlContent
privatehtmlContent:HTMLDivElement
TODO: exclude class variables to the defaults and state.
Source
tools/info/model/internal/form/InfoToolMapForm.ts:26
Methods
getContent()
getContent():
HTMLDivElement
It returns a HTML div element containing the form.
Returns
HTMLDivElement
Implementation of
Overrides
Source
tools/info/model/internal/form/InfoToolMapForm.ts:47
getDataManager()
protectedgetDataManager():undefined|IMapDataManager
A help function which returns data manager
Returns
undefined | IMapDataManager
Source
tools/info/model/internal/form/InfoToolMapForm.ts:40
getMapObject()
protectedgetMapObject():IInfoTool\<IInfoToolProps,IInfoToolDefaults,IInfoToolState\<IInfoToolProps,IInfoToolDefaults,IInfoToolConfig>,IInfoToolConfig,IMapToolInitProps\<IInfoToolConfig>>
Returns
IInfoTool\<IInfoToolProps, IInfoToolDefaults, IInfoToolState\<IInfoToolProps, IInfoToolDefaults, IInfoToolConfig>, IInfoToolConfig, IMapToolInitProps\<IInfoToolConfig>>