Package org.teamapps.dto
Class UiMap2
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiMap2
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected booleanprotected UiHeatMapDataprotected UiMapLocationprotected UiMapMarkerClusterprotected List<UiMapMarkerClientRecord> protected Map<String, UiTemplate> protected Map<String, AbstractUiMapShape> protected Stringprotected floatFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
ConstructorsConstructorDescriptionUiMap2()Deprecated.Only for Jackson deserialization.UiMap2(Map<String, UiTemplate> markerTemplates) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanfloatsetDebuggingId(String debuggingId) setDisplayAttributionControl(boolean displayAttributionControl) setDisplayNavigationControl(boolean displayNavigationControl) setDisplayVoronoiCells(boolean displayVoronoiCells) setHeatMap(UiHeatMapData heatMap) setMapPosition(UiMapLocation mapPosition) setMarkerCluster(UiMapMarkerCluster markerCluster) setMarkers(List<UiMapMarkerClientRecord> markers) setShapes(Map<String, AbstractUiMapShape> shapes) setStyleUrl(String styleUrl) setVisible(boolean visible) setZoomLevel(float zoomLevel) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
markerTemplates
-
styleUrl
-
displayAttributionControl
protected boolean displayAttributionControl -
displayVoronoiCells
protected boolean displayVoronoiCells -
zoomLevel
protected float zoomLevel -
mapPosition
-
shapes
-
markers
-
markerCluster
-
heatMap
-
-
Constructor Details
-
UiMap2
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMap2
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getMarkerTemplates
-
getStyleUrl
-
getDisplayAttributionControl
public boolean getDisplayAttributionControl() -
getDisplayVoronoiCells
public boolean getDisplayVoronoiCells() -
getZoomLevel
public float getZoomLevel() -
getMapPosition
-
getShapes
-
getMarkers
-
getMarkerCluster
-
getHeatMap
-
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setStyleUrl
-
setDisplayAttributionControl
-
setDisplayVoronoiCells
-
setZoomLevel
-
setMapPosition
-
setShapes
-
setMarkers
-
setMarkerCluster
-
setHeatMap
-