public class AbsoluteDmdCoordinateEditorModel extends DmdCoordinate
| 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_MINUTE |
protected String |
propertyDecimal
Name of the property of the bean to fire the change of the
DmdCoordinate.decimal. |
protected String |
propertyDegree
Name of the property of the bean to fire the change of the
DmdCoordinate.degree. |
protected String |
propertyMinute
Name of the property of the bean to fire the change of the
DmdCoordinate.minute. |
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, decimal, degree, minute, PROPERTY_DECIMAL, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SIGN, sign| Constructor and Description |
|---|
AbsoluteDmdCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
String |
getPropertyDecimal() |
String |
getPropertyDegree() |
String |
getPropertyMinute() |
String |
getStringPattern() |
boolean |
isSign() |
void |
setBean(Object bean) |
void |
setPropertyDecimal(String propertyDecimal) |
void |
setPropertyDegree(String propertyDegree) |
void |
setPropertyMinute(String propertyMinute) |
void |
setSign(boolean sign) |
void |
setValue(DmdCoordinate value) |
addTrailingZero, empty, fromDecimal, getDecimal, getDegree, getMinute, getNotNullDecimal, getNotNullDegree, getNotNullMinute, getSignedDegree, isDecimalNull, isDecimalValid, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, removeTrailingZero, reset, setDecimal, setDegree, setMinute, 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_DECIMAL
protected Object bean
protected String propertyDegree
DmdCoordinate.degree.protected String propertyMinute
DmdCoordinate.minute.protected String propertyDecimal
DmdCoordinate.decimal.public Object getBean()
public void setBean(Object bean)
public String getPropertyDegree()
public void setPropertyDegree(String propertyDegree)
public String getPropertyMinute()
public void setPropertyMinute(String propertyMinute)
public String getPropertyDecimal()
public void setPropertyDecimal(String propertyDecimal)
public void setValue(DmdCoordinate value)
public String getStringPattern()
public boolean isSign()
isSign in class DmdCoordinatepublic void setSign(boolean sign)
setSign in class DmdCoordinateCopyright © 2008–2019 Ultreia.io. All rights reserved.