Interface AddressField
- All Superinterfaces:
Cloneable,Component,DataComponent,Field,LocationField
- All Known Implementing Classes:
AddressFieldImpl
-
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 voidaccept(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, validateMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.DataComponent
getDefaultLabelMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Field
getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonlyMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.LocationField
getCityField, getCommunityNrField, getCountries, getCountryField, getDistrictField, getLatitudeField, getLongitudeField, getPostcodeField, getStateField, getStreetField
-
Method Details
-
getPostcodeCityField
String getPostcodeCityField() -
accept
Description copied from interface:ComponentImplement method (and add new method toComponentVisitor), if during traversing the form something should happen with this specific component type
-