Class AbsoluteDmdCoordinateEditorHandler
- java.lang.Object
-
- org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmdCoordinateEditorHandler
-
- All Implemented Interfaces:
UIHandler<AbsoluteDmdCoordinateEditor>
public class AbsoluteDmdCoordinateEditorHandler extends Object implements UIHandler<AbsoluteDmdCoordinateEditor>
Created on 9/2/14.- Since:
- 2.12
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected DmdCoordinateConvertercoordinateConverterprotected MethoddecimalMutatorprotected MethoddegreeMutatorprotected MethodminuteMutatorprotected MethodsignMutatorprotected booleanvalueIsAdjustingprotected booleanvalueModelIsAdjusting
-
Constructor Summary
Constructors Constructor Description AbsoluteDmdCoordinateEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(AbsoluteDmdCoordinateEditor ui)voidbeforeInit(AbsoluteDmdCoordinateEditor ui)protected StringgetMaskFormatterPattern(boolean longitudeEditor)voidinit(boolean longitudeEditor)voidresetEditor()voidresetModel()voidsetDisplayZeroWhenNull(boolean displayZeroWhenNull)voidsetFillWithZero(boolean fillWithZero)voidsetValue(DmdCoordinate value, boolean pushToModel)
-
-
-
Field Detail
-
signMutator
protected Method signMutator
-
degreeMutator
protected Method degreeMutator
-
minuteMutator
protected Method minuteMutator
-
decimalMutator
protected Method decimalMutator
-
valueIsAdjusting
protected boolean valueIsAdjusting
-
valueModelIsAdjusting
protected boolean valueModelIsAdjusting
-
coordinateConverter
protected DmdCoordinateConverter coordinateConverter
-
-
Method Detail
-
beforeInit
public void beforeInit(AbsoluteDmdCoordinateEditor ui)
- Specified by:
beforeInitin interfaceUIHandler<AbsoluteDmdCoordinateEditor>
-
afterInit
public void afterInit(AbsoluteDmdCoordinateEditor ui)
- Specified by:
afterInitin interfaceUIHandler<AbsoluteDmdCoordinateEditor>
-
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(DmdCoordinate value, boolean pushToModel)
-
resetEditor
public void resetEditor()
-
getMaskFormatterPattern
protected String getMaskFormatterPattern(boolean longitudeEditor)
-
-