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 Link icon

    • GeoSearchRebindValue Link icon

      public GeoSearchRebindValue()
  • Method Details Link icon

    • hasValue Link icon

      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 Link icon

      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 Link icon

      public String getDistance()
    • getLatitudeFieldname Link icon

      public String getLatitudeFieldname()
    • getLongitudeFieldname Link icon

      public String getLongitudeFieldname()
    • setDistance Link icon

      public void setDistance(String distance)
    • setLatitudeFieldname Link icon

      public void setLatitudeFieldname(String latitudeFieldname)
    • setLongitudeFieldname Link icon

      public void setLongitudeFieldname(String longitudeFieldname)
    • getLatitude Link icon

      public String getLatitude()
    • setLatitude Link icon

      public void setLatitude(String latitude)
    • getLongitude Link icon

      public String getLongitude()
    • setLongitude Link icon

      public void setLongitude(String longitude)