public class DmsCoordinateEditorModel extends DmsCoordinate
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
bean
Bean where to push data.
|
protected boolean |
longitudeEditor
true if longitude editor, false for latitude editor. |
static String |
PROPERTY_BEAN |
static String |
PROPERTY_LONGITUDE_EDITOR |
static String |
PROPERTY_PROPERTY_DEGREE |
static String |
PROPERTY_PROPERTY_MINUTE |
static String |
PROPERTY_PROPERTY_SECOND |
static String |
PROPERTY_PROPERTY_SIGN |
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. |
protected String |
propertySign
Name of the property of the bean to fire the change of the
DmsCoordinate.sign. |
degree, minute, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SECOND, PROPERTY_SIGN, second, sign| Constructor and Description |
|---|
DmsCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getBean() |
String |
getMaskFormatterPattern() |
String |
getPropertyDegree() |
String |
getPropertyMinute() |
String |
getPropertySecond() |
String |
getPropertySign() |
String |
getStringPattern() |
boolean |
isLongitudeEditor() |
void |
setBean(Serializable bean) |
void |
setLongitudeEditor(boolean longitudeEditor) |
void |
setPropertyDegree(String propertyDegree) |
void |
setPropertyMinute(String propertyMinute) |
void |
setPropertySecond(String propertySecond) |
void |
setPropertySign(String propertySign) |
void |
setValue(DmsCoordinate value) |
empty, fromDecimal, getDegree, getMinute, getNotNullDegree, getNotNullMinute, getNotNullSecond, getSecond, getSignedDegree, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, isSecondNull, isSecondValid, isSign, setDegree, setMinute, setSecond, setSign, toDecimal, toString, 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_MINUTE
public static final String PROPERTY_PROPERTY_SECOND
public static final String PROPERTY_LONGITUDE_EDITOR
protected Serializable bean
protected String propertySign
DmsCoordinate.sign.protected String propertyDegree
DmsCoordinate.degree.protected String propertyMinute
DmsCoordinate.minute.protected String propertySecond
DmsCoordinate.second.protected boolean longitudeEditor
true if longitude editor, false for latitude editor.public Serializable getBean()
public void setBean(Serializable bean)
public String getPropertySign()
public void setPropertySign(String propertySign)
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 boolean isLongitudeEditor()
public void setLongitudeEditor(boolean longitudeEditor)
public void setValue(DmsCoordinate value)
public String getMaskFormatterPattern()
public String getStringPattern()
Copyright © 2012–2013 Ifremer. All rights reserved.