Class CoordinatesEditorDemoHandler
- java.lang.Object
-
- org.nuiton.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 - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description CoordinatesEditorDemoHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(CoordinatesEditorDemo ui)voidbeforeInit(CoordinatesEditorDemo ui)StringgetLatitude(Float latitude)StringgetLongitude(Float longitude)StringgetQuadrant(Integer quadrant)
-
-
-
Method Detail
-
beforeInit
public void beforeInit(CoordinatesEditorDemo ui)
- Specified by:
beforeInitin interfaceUIHandler<CoordinatesEditorDemo>
-
afterInit
public void afterInit(CoordinatesEditorDemo ui)
- Specified by:
afterInitin interfaceUIHandler<CoordinatesEditorDemo>
-
-