Class IcefacesProperties.Ace
- java.lang.Object
-
- org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
-
- Enclosing class:
- IcefacesProperties
public static class IcefacesProperties.Ace extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Ace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getGmapVersion()
This affects the Google Maps API version used with the ace:gMap component and its subcomponents.int
hashCode()
void
setGmapVersion(java.lang.String gmapVersion)
This affects the Google Maps API version used with the ace:gMap component and its subcomponents.java.lang.String
toString()
-
-
-
Method Detail
-
getGmapVersion
public java.lang.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
-
setGmapVersion
public void setGmapVersion(java.lang.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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-