public class SignedDdCoordinateEditorModel extends DdCoordinate
| Modifier and Type | Field and Description |
|---|---|
protected Object |
bean
Bean where to push data.
|
static String |
PROPERTY_BEAN |
static String |
PROPERTY_PROPERTY_DECIMAL |
static String |
PROPERTY_PROPERTY_DEGREE |
static String |
PROPERTY_PROPERTY_SIGN |
protected String |
propertyDecimal
Name of the property of the bean to fire the change of the
DdCoordinate.decimal. |
protected String |
propertyDegree
Name of the property of the bean to fire the change of the
DdCoordinate.degree. |
protected String |
propertySign
Name of the property of the bean to fire the change of the
DdCoordinate.sign. |
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, decimal, degree, PROPERTY_DECIMAL, PROPERTY_DEGREE, PROPERTY_SIGN, sign| Constructor and Description |
|---|
SignedDdCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
String |
getPropertyDecimal() |
String |
getPropertyDegree() |
String |
getPropertySign() |
String |
getStringPattern() |
void |
setBean(Object bean) |
void |
setPropertyDecimal(String propertyDecimal) |
void |
setPropertyDegree(String propertyDegree) |
void |
setPropertySign(String propertySign) |
void |
setValue(DdCoordinate value) |
addTrailingZero, empty, fromDecimal, getDecimal, getDegree, getNotNullDecimal, getNotNullDegree, getSignedDegree, isDecimalNull, isDecimalValid, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isNull, isSign, removeTrailingZero, reset, setDecimal, setDegree, setSign, toDecimal, toString, valueOf, valueOf, valueOfaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_BEAN
public static final String PROPERTY_PROPERTY_SIGN
public static final String PROPERTY_PROPERTY_DEGREE
public static final String PROPERTY_PROPERTY_DECIMAL
protected Object bean
protected String propertySign
DdCoordinate.sign.protected String propertyDegree
DdCoordinate.degree.protected String propertyDecimal
DdCoordinate.decimal.public Object getBean()
public void setBean(Object bean)
public String getPropertySign()
public void setPropertySign(String propertySign)
public String getPropertyDegree()
public void setPropertyDegree(String propertyDegree)
public String getPropertyDecimal()
public void setPropertyDecimal(String propertyDecimal)
public void setValue(DdCoordinate value)
public String getStringPattern()
Copyright © 2008–2017 Ultreia.io. All rights reserved.