Class PositionSearchHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler<PositionSearchField>
ch.tocco.nice2.optional.geolocation.impl.gui.xmlreader.PositionSearchHandler
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Will be called after running theAbstractComponentHandler.finish()
-Method.protected Class
<? extends PositionSearchField> A concrete class which implmentsAbstractComponentHandler
(not the handler).protected Class
<PositionSearchField> Return the Interface which represents this component (not the handler).void
setLatitudeField
(String latitudeField) void
setLongitudeField
(String longitudeField) Methods inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
addAttributeProps, addExtProps, beforeFinish, createOrGetComponent, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel, startElement
-
Constructor Details
-
PositionSearchHandler
-
-
Method Details
-
setLatitudeField
-
setLongitudeField
-
getImplClass
Description copied from class:AbstractComponentHandler
A concrete class which implmentsAbstractComponentHandler
(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
getImplClass
in classAbstractComponentHandler<PositionSearchField>
- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandler
Return the Interface which represents this component (not the handler). This interface is normallyAbstractComponentHandler
- Specified by:
getInterface
in classAbstractComponentHandler<PositionSearchField>
- Returns:
- interface-class
-
afterFinish
Description copied from class:AbstractComponentHandler
Will be called after running theAbstractComponentHandler.finish()
-Method. this.field will be ready to fill.- Overrides:
afterFinish
in classAbstractComponentHandler<PositionSearchField>
- Throws:
ModelBuildException
- See Also:
-