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 classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected 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 TypeMethodDescriptionbooleanfloatsetAccessToken(String accessToken) setBaseApiUrl(String baseApiUrl) setDebuggingId(String debuggingId) setDisplayAttributionControl(boolean displayAttributionControl) 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
-
baseApiUrl
-
accessToken
-
styleUrl
-
displayAttributionControl
protected boolean displayAttributionControl -
zoomLevel
protected float zoomLevel -
mapPosition
-
shapes
-
markers
-
markerCluster
-
-
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
-
getBaseApiUrl
-
getAccessToken
-
getStyleUrl
-
getDisplayAttributionControl
public boolean getDisplayAttributionControl() -
getZoomLevel
public float 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
-
setBaseApiUrl
-
setAccessToken
-
setStyleUrl
-
setDisplayAttributionControl
-
setZoomLevel
-
setMapPosition
-
setShapes
-
setMarkers
-
setMarkerCluster
-