Interface GeosearchField

All Superinterfaces:
Cloneable, Component, DataComponent, Field
All Known Implementing Classes:
GeosearchFieldImpl

public interface GeosearchField extends Field
  • Method Details

    • getLatitudeField

      String getLatitudeField()
    • getLongitudeField

      String getLongitudeField()
    • 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