Interface LocationField
- All Superinterfaces:
Cloneable
,Component
,DataComponent
,Field
- All Known Subinterfaces:
AddressField
- All Known Implementing Classes:
AddressFieldImpl
,LocationFieldImpl
Represents a location field, which is used to write multiple fields (see config) simultaneously
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
accept
(ComponentVisitor visitor) Implement method (and add new method toComponentVisitor
), if during traversing the form something should happen with this specific component typeMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.DataComponent
getDefaultLabel
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Field
getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator
-
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
- Returns:
- set of countries that should be searched in for a address
-
accept
Description copied from interface:Component
Implement method (and add new method toComponentVisitor
), if during traversing the form something should happen with this specific component type
-