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 AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWill be called after running theAbstractComponentHandler.finish()-Method.protected Class<? extends PositionSearchField> A concrete class which implmentsT(not the handler).protected Class<PositionSearchField> Return the Interface which represents this component (not the handler).voidsetLatitudeField(String latitudeField) voidsetLongitudeField(String longitudeField) Methods inherited from class 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:AbstractComponentHandlerA concrete class which implmentsT(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
getImplClassin classAbstractComponentHandler<PositionSearchField>- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandlerReturn the Interface which represents this component (not the handler). This interface is normallyT- Specified by:
getInterfacein classAbstractComponentHandler<PositionSearchField>- Returns:
- interface-class
-
afterFinish
Description copied from class:AbstractComponentHandlerWill be called after running theAbstractComponentHandler.finish()-Method. this.field will be ready to fill.- Overrides:
afterFinishin classAbstractComponentHandler<PositionSearchField>- Throws:
ModelBuildException- See Also:
-