Class IcefacesProperties.Ace
- java.lang.Object
- 
- org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
 
- 
- Enclosing class:
- IcefacesProperties
 
 public static class IcefacesProperties.Ace extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Ace()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetGmapVersion()This affects the Google Maps API version used with the ace:gMap component and its subcomponents.inthashCode()voidsetGmapVersion(String gmapVersion)This affects the Google Maps API version used with the ace:gMap component and its subcomponents.StringtoString()
 
- 
- 
- 
Method Detail- 
getGmapVersionpublic String getGmapVersion() This affects the Google Maps API version used with the ace:gMap component and its subcomponents. By default, the edge version is fetched from Google servers (which is 3.18 at the end of 2014). Google Maps allows developers to use previous, more stable versions of the API, if desired. This can be configured in ICEfaces with this context parameter, as shown below.- Since:
- ICEfaces 4.0
 
 - 
setGmapVersionpublic void setGmapVersion(String gmapVersion) This affects the Google Maps API version used with the ace:gMap component and its subcomponents. By default, the edge version is fetched from Google servers (which is 3.18 at the end of 2014). Google Maps allows developers to use previous, more stable versions of the API, if desired. This can be configured in ICEfaces with this context parameter, as shown below.- Since:
- ICEfaces 4.0
 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-