public class AbsoluteDmsCoordinateEditorModel extends DmsCoordinate
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
bean
Bean where to push data.
|
static String |
PROPERTY_BEAN |
static String |
PROPERTY_PROPERTY_DEGREE |
static String |
PROPERTY_PROPERTY_MINUTE |
static String |
PROPERTY_PROPERTY_SECOND |
protected String |
propertyDegree
Name of the property of the bean to fire the change of the
DmsCoordinate.degree. |
protected String |
propertyMinute
Name of the property of the bean to fire the change of the
DmsCoordinate.minute. |
protected String |
propertySecond
Name of the property of the bean to fire the change of the
DmsCoordinate.second. |
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, degree, minute, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SECOND, PROPERTY_SIGN, second, sign| Constructor and Description |
|---|
AbsoluteDmsCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getBean() |
String |
getPropertyDegree() |
String |
getPropertyMinute() |
String |
getPropertySecond() |
boolean |
isSign() |
void |
setBean(Serializable bean) |
void |
setPropertyDegree(String propertyDegree) |
void |
setPropertyMinute(String propertyMinute) |
void |
setPropertySecond(String propertySecond) |
void |
setSign(boolean sign) |
void |
setValue(DmsCoordinate value) |
addTrailingZero, empty, fromDecimal, getDegree, getMinute, getNotNullDegree, getNotNullMinute, getNotNullSecond, getSecond, getSignedDegree, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, isSecondNull, isSecondValid, removeTrailingZero, reset, setDegree, setMinute, setSecond, 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_MINUTE
public static final String PROPERTY_PROPERTY_SECOND
protected Serializable bean
protected String propertyDegree
DmsCoordinate.degree.protected String propertyMinute
DmsCoordinate.minute.protected String propertySecond
DmsCoordinate.second.public Serializable getBean()
public void setBean(Serializable bean)
public String getPropertyDegree()
public void setPropertyDegree(String propertyDegree)
public String getPropertyMinute()
public void setPropertyMinute(String propertyMinute)
public String getPropertySecond()
public void setPropertySecond(String propertySecond)
public void setValue(DmsCoordinate value)
public boolean isSign()
isSign in class DmsCoordinatepublic void setSign(boolean sign)
setSign in class DmsCoordinateCopyright © 2008–2017 Ultreia.io. All rights reserved.