Class ResultHighmap
Object
AbstractPortletDto
ResultHighchart
ResultHighmap
- All Implemented Interfaces:
Serializable
,Portlet
,ComplexCalculationResult
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ResultHighchart
ResultHighchart.OnPointClick, ResultHighchart.TriggerEvent
-
Field Summary
Fields inherited from class AbstractPortletDto
dragDropEnabled, layout, resizingEnabled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe map renderer will try to download the appropriate map by peeking atchart.map
value of the provideddefinition
.Not intended for public use, required for JSON serialization.Methods inherited from class ResultHighchart
addModule, addResultMatrixTab, getEvents, onPointClick, setDataHeaders, setDrilldownResultMatrixTabs, setResultMatrixTabs, setShowDataTab, showDataTab
Methods inherited from class AbstractPortletDto
layout, setLayout, value, withDragDrop, withHeight, withHeight, withLayout, withLayout, withLayout, withResizing, withWidth, withWidth
-
Constructor Details
-
ResultHighmap
Not intended for public use. Using this constructor will not fully initialize the instance, please preferapi.buildHighmap()
.- See Also:
-
-
Method Details
-
addMap
The map renderer will try to download the appropriate map by peeking atchart.map
value of the provideddefinition
. This method allows to downlaod any other JavaScript file available under themapdata/
directory.- Parameters:
maps
- one or more Highmaps compatible JavaScript map names, with the same form as would be used for thechart.map
property of the mapdefinition
; i.e. including the path frommapdata/
and without the ".js" extension. e.g. "countries/us/us-all", "custom/world-robinson", "custom/europe"- Returns:
- the
ResultHighmap
instance, for convenience - See Also:
-
getMapsList
Not intended for public use, required for JSON serialization. -
getResultType
- Specified by:
getResultType
in interfaceComplexCalculationResult
- Overrides:
getResultType
in classResultHighchart
-