Class SignedDdCoordinateEditorModel

java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.widgets.gis.DdCoordinate
org.nuiton.jaxx.widgets.gis.signed.SignedDdCoordinateEditorModel
All Implemented Interfaces:
java.io.Serializable

public class SignedDdCoordinateEditorModel
extends DdCoordinate
Created on 10/16/13.
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_SIGN

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

      public static final java.lang.String PROPERTY_PROPERTY_DEGREE
      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.
    • propertySign

      protected java.lang.String propertySign
      Name of the property of the bean to fire the change of the DdCoordinate.sign.
    • propertyDegree

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

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

    • SignedDdCoordinateEditorModel

      public SignedDdCoordinateEditorModel()
  • Method Details

    • getBean

      public java.io.Serializable getBean()
    • setBean

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

      public java.lang.String getPropertySign()
    • setPropertySign

      public void setPropertySign​(java.lang.String propertySign)
    • getPropertyDegree

      public java.lang.String getPropertyDegree()
    • setPropertyDegree

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

      public java.lang.String getPropertyDecimal()
    • setPropertyDecimal

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

      public void setValue​(DdCoordinate value)
    • getStringPattern

      public java.lang.String getStringPattern()