Package org.teamapps.dto
Class UiMap
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiMap
- 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 classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiMapConfigprotected UiMapLocationprotected UiMapTypeprotected UiMapMarkerClusterprotected List<UiMapMarkerClientRecord> protected Map<String, UiTemplate> protected Map<String, AbstractUiMapShape> protected intFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
ConstructorsConstructorDescriptionUiMap()Deprecated.Only for Jackson deserialization.UiMap(Map<String, UiTemplate> markerTemplates) -
Method Summary
Modifier and TypeMethodDescriptionintsetAccessToken(String accessToken) setDebuggingId(String debuggingId) setMapConfig(UiMapConfig mapConfig) setMapPosition(UiMapLocation mapPosition) setMapType(UiMapType mapType) setMarkerCluster(UiMapMarkerCluster markerCluster) setMarkers(List<UiMapMarkerClientRecord> markers) setShapes(Map<String, AbstractUiMapShape> shapes) setVisible(boolean visible) setZoomLevel(int 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
-
accessToken
-
mapConfig
-
mapType
-
zoomLevel
protected int zoomLevel -
mapPosition
-
shapes
-
markers
-
markerCluster
-
-
Constructor Details
-
UiMap
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMap
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getMarkerTemplates
-
getAccessToken
-
getMapConfig
-
getMapType
-
getZoomLevel
public int getZoomLevel() -
getMapPosition
-
getShapes
-
getMarkers
-
getMarkerCluster
-
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setAccessToken
-
setMapConfig
-
setMapType
-
setZoomLevel
-
setMapPosition
-
setShapes
-
setMarkers
-
setMarkerCluster
-