public class AbsoluteDdCoordinateEditorModel extends DdCoordinate
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
bean
Bean where to push data.
|
static String |
PROPERTY_BEAN |
static String |
PROPERTY_PROPERTY_DECIMAL |
static String |
PROPERTY_PROPERTY_DEGREE |
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. |
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, decimal, degree, PROPERTY_DECIMAL, PROPERTY_DEGREE, PROPERTY_SIGN, sign| Constructor and Description |
|---|
AbsoluteDdCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getBean() |
String |
getPropertyDecimal() |
String |
getPropertyDegree() |
String |
getStringPattern() |
boolean |
isSign() |
void |
setBean(Serializable bean) |
void |
setPropertyDecimal(String propertyDecimal) |
void |
setPropertyDegree(String propertyDegree) |
void |
setSign(boolean sign) |
void |
setValue(DdCoordinate value) |
addTrailingZero, empty, fromDecimal, getDecimal, getDegree, getNotNullDecimal, getNotNullDegree, getSignedDegree, isDecimalNull, isDecimalValid, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isNull, removeTrailingZero, reset, setDecimal, setDegree, 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_DEGREE
public static final String PROPERTY_PROPERTY_DECIMAL
protected Serializable bean
protected String propertyDegree
DdCoordinate.degree.protected String propertyDecimal
DdCoordinate.decimal.public Serializable getBean()
public void setBean(Serializable bean)
public String getPropertyDegree()
public void setPropertyDegree(String propertyDegree)
public String getPropertyDecimal()
public void setPropertyDecimal(String propertyDecimal)
public void setValue(DdCoordinate value)
public String getStringPattern()
public boolean isSign()
isSign in class DdCoordinatepublic void setSign(boolean sign)
setSign in class DdCoordinateCopyright © 2008–2017 Ultreia.io. All rights reserved.