Class CoordinatesEditorHandler
- java.lang.Object
-
- org.nuiton.jaxx.widgets.gis.absolute.CoordinatesEditorHandler
-
- All Implemented Interfaces:
UIHandler<CoordinatesEditor>
public class CoordinatesEditorHandler extends Object implements UIHandler<CoordinatesEditor>
Created on 8/31/14.- Since:
- 2.12
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description CoordinatesEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(CoordinatesEditor ui)voidbeforeInit(CoordinatesEditor ui)voidinit(CoordinatesEditor ui)booleanisQuadrantSelected(Integer value, int requiredValue)voidresetModel()voidresetQuadrant()
-
-
-
Method Detail
-
beforeInit
public void beforeInit(CoordinatesEditor ui)
- Specified by:
beforeInitin interfaceUIHandler<CoordinatesEditor>
-
afterInit
public void afterInit(CoordinatesEditor ui)
- Specified by:
afterInitin interfaceUIHandler<CoordinatesEditor>
-
resetModel
public void resetModel()
-
resetQuadrant
public void resetQuadrant()
-
init
public void init(CoordinatesEditor ui)
-
isQuadrantSelected
public boolean isQuadrantSelected(Integer value, int requiredValue)
-
-