Interface LocationField

All Superinterfaces:
Cloneable, Component, DataComponent, Field
All Known Subinterfaces:
AddressField
All Known Implementing Classes:
AddressFieldImpl, LocationFieldImpl

public interface LocationField extends Field
Represents a location field, which is used to write multiple fields (see config) simultaneously
  • Method Details

    • getPostcodeField

      String getPostcodeField()
    • getCityField

      String getCityField()
    • getStreetField

      String getStreetField()
    • getCountryField

      String getCountryField()
    • getStateField

      String getStateField()
    • getDistrictField

      String getDistrictField()
    • getCommunityNrField

      String getCommunityNrField()
    • getLatitudeField

      String getLatitudeField()
    • getLongitudeField

      String getLongitudeField()
    • getCountries

      Set<String> getCountries()
      Returns:
      set of countries that should be searched in for a address
    • accept

      default void accept(ComponentVisitor visitor)
      Description copied from interface: Component
      Implement method (and add new method to ComponentVisitor), if during traversing the form something should happen with this specific component type
      Specified by:
      accept in interface Component
      Specified by:
      accept in interface Field