public class DHXMapView extends DHXAgendaView
Constructor and Description |
---|
DHXMapView()
Create new instance of MapView
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getELat() |
java.lang.Double |
getELng() |
java.lang.Double |
getILat() |
java.lang.Double |
getILng() |
java.util.HashMap<java.lang.String,DHXFileType> |
getJS()
Get js files which is reqired by current configuration
|
java.lang.String |
getMarkerGeoFail()
Message in info window in case of unsuccessful geolocation response
|
java.lang.String |
getMarkerGeoSuccess()
Message in info window in case of successful geolocation response
|
java.lang.String |
getSectionLocation()
Name of the location section in lightbox
|
java.lang.String |
render(java.lang.String name)
Render settings
|
void |
set(java.lang.String value) |
void |
setELat(java.lang.Double eLat) |
void |
setELng(java.lang.Double eLng) |
void |
setErrorPosition(double lat,
double lng)
This position will be displayed in case if event doesn't have corresponding coordinates
|
void |
setILat(java.lang.Double iLat) |
void |
setILng(java.lang.Double iLng) |
void |
setInitialPosition(double lat,
double lng)
Inital position of the map
|
void |
setMarkerGeoFail(java.lang.String value) |
void |
setMarkerGeoSuccess(java.lang.String value) |
getEndDate, getStartDate, getTimeFrameCount, getTimeFrameUnits, setEndDate, setEndDate, setEndDate, setStartDate, setStartDate, setStartDate, setTimeFrame, setTimeFrame, setTimeFrameCount, setTimeFrameUnits
clearIgnore, getFilter, getIgnoreUnits, getLabel, getName, getTabClass, getTabPosition, getTabStyle, getTabWidth, getViewType, ignoreUnits, ignoreUnits, renderIgnore, renderLabel, renderTab, renderTab, setFilter, setLabel, setName, setTabClass, setTabPosition, setTabStyle, setTabWidth
get, getBool, getCSS, getDate, getHiddenProperties, getInt, getObject, getProperties, getRaw, getVisibleProperties, set
public java.util.HashMap<java.lang.String,DHXFileType> getJS()
DHXPlannerControlsItem
getJS
in class DHXAgendaView
public java.lang.Double getILat()
public void setILat(java.lang.Double iLat)
public java.lang.Double getILng()
public void setILng(java.lang.Double iLng)
public java.lang.Double getELat()
public void setELat(java.lang.Double eLat)
public java.lang.Double getELng()
public void setELng(java.lang.Double eLng)
public void setInitialPosition(double lat, double lng)
lat
- lng
- public void setErrorPosition(double lat, double lng)
lat
- lng
- public java.lang.String getSectionLocation()
public void set(java.lang.String value)
public java.lang.String getMarkerGeoSuccess()
public void setMarkerGeoSuccess(java.lang.String value)
public java.lang.String getMarkerGeoFail()
public void setMarkerGeoFail(java.lang.String value)
public java.lang.String render(java.lang.String name)
DHXView
render
in class DHXAgendaView