MapObjectForm
geovisto-map / MapObjectForm
Class: abstract MapObjectForm\<T>
The interface declares functions for management of form inputs.
Author
Jiri Hynek
Extended by
MapLayerToolFormFiltersToolMapFormGeoDownloaderToolMapFormHieararchyToolMapFormInfoToolMapFormSelectionToolMapFormDummyTabToolMapFormThemesToolMapForm
Type parameters
• T extends IMapObject
Constructors
new MapObjectForm()
new MapObjectForm\<
T>(mapObject):MapObjectForm\<T>
Parameters
• mapObject: T
Returns
MapObjectForm\<T>
Source
model/internal/form/MapObjectForm.ts:12
Properties
mapObject
privatemapObject:T
Source
model/internal/form/MapObjectForm.ts:10
Methods
getContent()
abstractgetContent():HTMLDivElement
It returns a HTML div element conatining the form.
Returns
HTMLDivElement
Source
model/internal/form/MapObjectForm.ts:23
getMapObject()
protectedgetMapObject():T
Returns
T