Class GeosearchFieldImpl

All Implemented Interfaces:
Component, DataComponent, Field, GeosearchField, Cloneable

public class GeosearchFieldImpl extends FieldImpl implements GeosearchField
  • Constructor Details

    • GeosearchFieldImpl

      public GeosearchFieldImpl()
  • Method Details

    • getDefaultLabel

      public String getDefaultLabel(Form form, TextResources textResources)
      Description copied from class: FieldImpl
      Text resources are searched in the following order: Form: User_detail Path: relAddress.relAddress_type 1) 'forms.User_detail.relAddress.relAddress_type / 'forms.User_list.table.relAddress_type' 2) Label of FieldModel or RelationModel 3) 'entities.relAddress.relAddress_type'
      Specified by:
      getDefaultLabel in interface DataComponent
      Overrides:
      getDefaultLabel in class FieldImpl
    • getLatitudeField

      public String getLatitudeField()
      Specified by:
      getLatitudeField in interface GeosearchField
    • setLatitudeField

      public void setLatitudeField(String latitudeField)
    • getLongitudeField

      public String getLongitudeField()
      Specified by:
      getLongitudeField in interface GeosearchField
    • setLongitudeField

      public void setLongitudeField(String longitudeField)