Class AddressFieldImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
ch.tocco.nice2.model.form.impl.form2.components.LocationFieldImpl
ch.tocco.nice2.model.form.impl.form2.components.AddressFieldImpl
- All Implemented Interfaces:
AddressField
,Component
,DataComponent
,Field
,LocationField
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
void
setPostcodeCityField
(String postcodeCityField) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.LocationFieldImpl
addCountry, getCityField, getCommunityNrField, getCountries, getCountryField, getDefaultLabel, getDistrictField, getLatitudeField, getLongitudeField, getPostcodeField, getStateField, getStreetField, setCityField, setCommunityNrField, setCountryField, setDistrictField, setLatitudeField, setLongitudeField, setPostcodeField, setStateField, setStreetField
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toString
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.AddressField
accept
Methods 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
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.LocationField
getCityField, getCommunityNrField, getCountries, getCountryField, getDistrictField, getLatitudeField, getLongitudeField, getPostcodeField, getStateField, getStreetField
-
Constructor Details
-
AddressFieldImpl
public AddressFieldImpl()
-
-
Method Details
-
getFormLabelKey
- Overrides:
getFormLabelKey
in classLocationFieldImpl
-
getPostcodeCityField
- Specified by:
getPostcodeCityField
in interfaceAddressField
-
setPostcodeCityField
-