Uses of Class
org.teamapps.dto.UiMapMarkerClientRecord
-
Uses of UiMapMarkerClientRecord in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMapMarkerClientRecord Modifier and Type Field Description protected UiMapMarkerClientRecordUiMap.AddMarkerCommand. markerprotected UiMapMarkerClientRecordUiMap2.AddMarkerCommand. markerFields in org.teamapps.dto with type parameters of type UiMapMarkerClientRecord Modifier and Type Field Description protected java.util.List<UiMapMarkerClientRecord>UiMap. markersprotected java.util.List<UiMapMarkerClientRecord>UiMap2. markersprotected java.util.List<UiMapMarkerClientRecord>UiMapMarkerCluster. markersMethods in org.teamapps.dto that return UiMapMarkerClientRecord Modifier and Type Method Description UiMapMarkerClientRecordUiMap.AddMarkerCommand. getMarker()UiMapMarkerClientRecordUiMap2.AddMarkerCommand. getMarker()UiMapMarkerClientRecordUiMapMarkerClientRecord. setAnchor(UiMapMarkerAnchor anchor)UiMapMarkerClientRecordUiMapMarkerClientRecord. setAsString(java.lang.String asString)UiMapMarkerClientRecordUiMapMarkerClientRecord. setId(int id)UiMapMarkerClientRecordUiMapMarkerClientRecord. setLocation(UiMapLocation location)UiMapMarkerClientRecordUiMapMarkerClientRecord. setOffsetPixelsX(int offsetPixelsX)UiMapMarkerClientRecordUiMapMarkerClientRecord. setOffsetPixelsY(int offsetPixelsY)UiMapMarkerClientRecordUiMapMarkerClientRecord. setTemplateId(java.lang.String templateId)UiMapMarkerClientRecordUiMapMarkerClientRecord. setValues(java.util.Map<java.lang.String,java.lang.Object> values)Methods in org.teamapps.dto that return types with arguments of type UiMapMarkerClientRecord Modifier and Type Method Description java.util.List<UiMapMarkerClientRecord>UiMap. getMarkers()java.util.List<UiMapMarkerClientRecord>UiMap2. getMarkers()java.util.List<UiMapMarkerClientRecord>UiMapMarkerCluster. getMarkers()Method parameters in org.teamapps.dto with type arguments of type UiMapMarkerClientRecord Modifier and Type Method Description UiMapUiMap. setMarkers(java.util.List<UiMapMarkerClientRecord> markers)UiMap2UiMap2. setMarkers(java.util.List<UiMapMarkerClientRecord> markers)Constructors in org.teamapps.dto with parameters of type UiMapMarkerClientRecord Constructor Description AddMarkerCommand(java.lang.String componentId, UiMapMarkerClientRecord marker)AddMarkerCommand(java.lang.String componentId, UiMapMarkerClientRecord marker)Constructor parameters in org.teamapps.dto with type arguments of type UiMapMarkerClientRecord Constructor Description UiMapMarkerCluster(java.util.List<UiMapMarkerClientRecord> markers)