Class GeoSearchRebindValue

java.lang.Object
ch.tocco.nice2.netui.spi.bind.AbstractRebindValue
ch.tocco.nice2.optional.geolocation.impl.gui.GeoSearchRebindValue
All Implemented Interfaces:
RebindValue

public class GeoSearchRebindValue extends AbstractRebindValue implements RebindValue
  • Constructor Details

    • GeoSearchRebindValue

      public GeoSearchRebindValue()
  • Method Details

    • hasValue

      public boolean hasValue()
      Description copied from interface: RebindValue
      Tells if there is a value.
      • For a simple value that means: something not null.
      • For a selection value that means: at least one selection.

      Note: this has absolutely nothing to do with RebindValue.isDirty()! This instance may be dirty and have "no value" (something was removed), or be clean and have a value (an initial default value for example).

      Specified by:
      hasValue in interface RebindValue
      See Also:
    • hasNonEmptyValue

      public boolean hasNonEmptyValue()
      Description copied from interface: RebindValue
      Tells if there is a value, and it's not "empty".
      Specified by:
      hasNonEmptyValue in interface RebindValue
      See Also:
    • getDistance

      public String getDistance()
    • getLatitudeFieldname

      public String getLatitudeFieldname()
    • getLongitudeFieldname

      public String getLongitudeFieldname()
    • setDistance

      public void setDistance(String distance)
    • setLatitudeFieldname

      public void setLatitudeFieldname(String latitudeFieldname)
    • setLongitudeFieldname

      public void setLongitudeFieldname(String longitudeFieldname)
    • getLatitude

      public String getLatitude()
    • setLatitude

      public void setLatitude(String latitude)
    • getLongitude

      public String getLongitude()
    • setLongitude

      public void setLongitude(String longitude)