Class CoordinatesEditorDemoHandler
java.lang.Object
jaxx.demo.component.jaxx.widgets.gis.CoordinatesEditorDemoHandler
- All Implemented Interfaces:
UIHandler<CoordinatesEditorDemo>
public class CoordinatesEditorDemoHandler extends Object implements UIHandler<CoordinatesEditorDemo>
Created on 9/1/14.
- Since:
- 2.12
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description CoordinatesEditorDemoHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(CoordinatesEditorDemo ui)voidbeforeInit(CoordinatesEditorDemo ui)StringgetLatitude(Float latitude)StringgetLongitude(Float longitude)StringgetQuadrant(Integer quadrant)
-
Constructor Details
-
CoordinatesEditorDemoHandler
public CoordinatesEditorDemoHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<CoordinatesEditorDemo>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<CoordinatesEditorDemo>
-
getQuadrant
-
getLatitude
-
getLongitude
-