Class AbsoluteDdCoordinateEditorHandler
java.lang.Object
org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDdCoordinateEditorHandler
- All Implemented Interfaces:
UIHandler<AbsoluteDdCoordinateEditor>
public class AbsoluteDdCoordinateEditorHandler extends java.lang.Object implements UIHandler<AbsoluteDdCoordinateEditor>
Created on 9/2/14.
- Since:
- 2.12
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected DdCoordinateConvertercoordinateConverterprotected java.lang.reflect.MethoddecimalMutatorprotected java.lang.reflect.MethoddegreeMutatorprotected booleanvalueIsAdjustingprotected booleanvalueModelIsAdjusting -
Constructor Summary
Constructors Constructor Description AbsoluteDdCoordinateEditorHandler() -
Method Summary
Modifier and Type Method Description voidafterInit(AbsoluteDdCoordinateEditor ui)voidbeforeInit(AbsoluteDdCoordinateEditor ui)protected java.lang.StringgetMaskFormatterPattern(boolean longitudeEditor)voidinit(boolean longitudeEditor)voidresetEditor()voidresetModel()voidsetDisplayZeroWhenNull(boolean displayZeroWhenNull)voidsetFillWithZero(boolean fillWithZero)voidsetValue(DdCoordinate value, boolean pushToModel)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
degreeMutator
protected java.lang.reflect.Method degreeMutator -
decimalMutator
protected java.lang.reflect.Method decimalMutator -
valueIsAdjusting
protected boolean valueIsAdjusting -
valueModelIsAdjusting
protected boolean valueModelIsAdjusting -
coordinateConverter
-
-
Constructor Details
-
AbsoluteDdCoordinateEditorHandler
public AbsoluteDdCoordinateEditorHandler()
-
-
Method Details
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<AbsoluteDdCoordinateEditor>
-
afterInit
- 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
-
resetEditor
public void resetEditor() -
getMaskFormatterPattern
protected java.lang.String getMaskFormatterPattern(boolean longitudeEditor)
-