Class AbsoluteDmdCoordinateEditorModel

java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.widgets.gis.DmdCoordinate
org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmdCoordinateEditorModel
All Implemented Interfaces:
java.io.Serializable

public class AbsoluteDmdCoordinateEditorModel
extends DmdCoordinate
Created on 9/2/14.
Since:
2.12
Author:
Tony Chemit - chemit@codelutin.com
See Also:
Serialized Form
  • Field Details

    • PROPERTY_BEAN

      public static final java.lang.String PROPERTY_BEAN
      See Also:
      Constant Field Values
    • PROPERTY_PROPERTY_DEGREE

      public static final java.lang.String PROPERTY_PROPERTY_DEGREE
      See Also:
      Constant Field Values
    • PROPERTY_PROPERTY_MINUTE

      public static final java.lang.String PROPERTY_PROPERTY_MINUTE
      See Also:
      Constant Field Values
    • PROPERTY_PROPERTY_DECIMAL

      public static final java.lang.String PROPERTY_PROPERTY_DECIMAL
      See Also:
      Constant Field Values
    • bean

      protected java.io.Serializable bean
      Bean where to push data.
    • propertyDegree

      protected java.lang.String propertyDegree
      Name of the property of the bean to fire the change of the DmdCoordinate.degree.
    • propertyMinute

      protected java.lang.String propertyMinute
      Name of the property of the bean to fire the change of the DmdCoordinate.minute.
    • propertyDecimal

      protected java.lang.String propertyDecimal
      Name of the property of the bean to fire the change of the DmdCoordinate.decimal.
  • Constructor Details

    • AbsoluteDmdCoordinateEditorModel

      public AbsoluteDmdCoordinateEditorModel()
  • Method Details

    • getBean

      public java.io.Serializable getBean()
    • setBean

      public void setBean​(java.io.Serializable bean)
    • getPropertyDegree

      public java.lang.String getPropertyDegree()
    • setPropertyDegree

      public void setPropertyDegree​(java.lang.String propertyDegree)
    • getPropertyMinute

      public java.lang.String getPropertyMinute()
    • setPropertyMinute

      public void setPropertyMinute​(java.lang.String propertyMinute)
    • getPropertyDecimal

      public java.lang.String getPropertyDecimal()
    • setPropertyDecimal

      public void setPropertyDecimal​(java.lang.String propertyDecimal)
    • setValue

      public void setValue​(DmdCoordinate value)
    • getStringPattern

      public java.lang.String getStringPattern()
    • isSign

      public boolean isSign()
      Overrides:
      isSign in class DmdCoordinate
    • setSign

      public void setSign​(boolean sign)
      Overrides:
      setSign in class DmdCoordinate