Class 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Ace

        public Ace()
    • 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 class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object