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 SummaryFields inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandlerdisplayType, field, forceEditable, label, name, receiver, scopes, useLabel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidWill 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).voidsetLatitudeField(String latitudeField) voidsetLongitudeField(String longitudeField) Methods inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandleraddAttributeProps, addExtProps, beforeFinish, createOrGetComponent, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel, startElement
- 
Constructor Details- 
PositionSearchHandler
 
- 
- 
Method Details- 
setLatitudeField
- 
setLongitudeField
- 
getImplClassDescription copied from class:AbstractComponentHandlerA concrete class which implmentsAbstractComponentHandler(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
- getImplClassin class- AbstractComponentHandler<PositionSearchField>
- Returns:
- the class
 
- 
getInterfaceDescription copied from class:AbstractComponentHandlerReturn the Interface which represents this component (not the handler). This interface is normallyAbstractComponentHandler- Specified by:
- getInterfacein class- AbstractComponentHandler<PositionSearchField>
- Returns:
- interface-class
 
- 
afterFinishDescription copied from class:AbstractComponentHandlerWill be called after running theAbstractComponentHandler.finish()-Method. this.field will be ready to fill.- Overrides:
- afterFinishin class- AbstractComponentHandler<PositionSearchField>
- Throws:
- ModelBuildException
- See Also:
 
 
-