Class AbsoluteDdCoordinateEditorHandler
- java.lang.Object
-
- org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDdCoordinateEditorHandler
-
- All Implemented Interfaces:
UIHandler<AbsoluteDdCoordinateEditor>
public class AbsoluteDdCoordinateEditorHandler extends Object implements UIHandler<AbsoluteDdCoordinateEditor>
Created on 9/2/14.- Since:
- 2.12
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected DdCoordinateConvertercoordinateConverterprotected MethoddecimalMutatorprotected MethoddegreeMutatorprotected booleanvalueIsAdjustingprotected booleanvalueModelIsAdjusting
-
Constructor Summary
Constructors Constructor Description AbsoluteDdCoordinateEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(AbsoluteDdCoordinateEditor ui)voidbeforeInit(AbsoluteDdCoordinateEditor ui)protected StringgetMaskFormatterPattern(boolean longitudeEditor)voidinit(boolean longitudeEditor)voidresetEditor()voidresetModel()voidsetDisplayZeroWhenNull(boolean displayZeroWhenNull)voidsetFillWithZero(boolean fillWithZero)voidsetValue(DdCoordinate value, boolean pushToModel)
-
-
-
Field Detail
-
degreeMutator
protected Method degreeMutator
-
decimalMutator
protected Method decimalMutator
-
valueIsAdjusting
protected boolean valueIsAdjusting
-
valueModelIsAdjusting
protected boolean valueModelIsAdjusting
-
coordinateConverter
protected DdCoordinateConverter coordinateConverter
-
-
Method Detail
-
beforeInit
public void beforeInit(AbsoluteDdCoordinateEditor ui)
- Specified by:
beforeInitin interfaceUIHandler<AbsoluteDdCoordinateEditor>
-
afterInit
public void afterInit(AbsoluteDdCoordinateEditor ui)
- Specified by:
afterInitin interfaceUIHandler<AbsoluteDdCoordinateEditor>
-
resetModel
public void resetModel()
-
init
public void init(boolean longitudeEditor)
-
setDisplayZeroWhenNull
public void setDisplayZeroWhenNull(boolean displayZeroWhenNull)
-
setFillWithZero
public void setFillWithZero(boolean fillWithZero)
-
setValue
public void setValue(DdCoordinate value, boolean pushToModel)
-
resetEditor
public void resetEditor()
-
getMaskFormatterPattern
protected String getMaskFormatterPattern(boolean longitudeEditor)
-
-