Class GeosearchFieldImpl
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.GeosearchFieldImpl
- All Implemented Interfaces:
Component, DataComponent, Field, GeosearchField, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.Configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultLabel(Form form, TextResources textResources) 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'voidsetLatitudeField(String latitudeField) voidsetLongitudeField(String longitudeField) Methods inherited from class FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toStringMethods inherited from class AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Component
getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface Field
getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonlyMethods inherited from interface GeosearchField
accept
-
Constructor Details
-
GeosearchFieldImpl
public GeosearchFieldImpl()
-
-
Method Details
-
getDefaultLabel
Description copied from class:FieldImplText 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:
getDefaultLabelin interfaceDataComponent- Overrides:
getDefaultLabelin classFieldImpl
-
getLatitudeField
- Specified by:
getLatitudeFieldin interfaceGeosearchField
-
setLatitudeField
-
getLongitudeField
- Specified by:
getLongitudeFieldin interfaceGeosearchField
-
setLongitudeField
-