Interface GeosearchField
- All Superinterfaces:
Cloneable, Component, DataComponent, Field
- All Known Implementing Classes:
GeosearchFieldImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface 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 Component
getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface DataComponent
getDefaultLabelMethods inherited from interface Field
getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly
-
Method Details
-
getLatitudeField
String getLatitudeField() -
getLongitudeField
String getLongitudeField() -
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
-