|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.beans.BoundPropertyObject
com.guiseframework.event.GuiseBoundPropertyObject
com.guiseframework.converter.AbstractConverter<V,java.lang.String>
com.guiseframework.converter.AbstractDateStringLiteralConverter<java.util.Calendar>
com.guiseframework.converter.CalendarStringLiteralConverter
public class CalendarStringLiteralConverter
An object that can convert a calendar from and to a string.
| Field Summary |
|---|
| Fields inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
NO_PROPERTY_CHANGE_LISTENERS, NO_VETOABLE_CHANGE_LISTENERS |
| Fields inherited from interface com.guiseframework.converter.Converter |
|---|
INVALID_VALUE_MESSAGE_PROPERTY |
| Constructor Summary | |
|---|---|
CalendarStringLiteralConverter(DateStringLiteralStyle dateStyle)
Date style constructor with no time style. |
|
CalendarStringLiteralConverter(DateStringLiteralStyle dateStyle,
TimeStringLiteralStyle timeStyle)
Date style and time style constructor. |
|
| Method Summary | |
|---|---|
java.util.Calendar |
convertLiteral(java.lang.String literal)
Converts a literal representation of a value from the lexical space into a value in the value space. |
java.lang.String |
convertValue(java.util.Calendar value)
Converts a value from the value space to a literal value in the lexical space. |
| Methods inherited from class com.guiseframework.converter.AbstractDateStringLiteralConverter |
|---|
convertDateLiteral, convertDateValue, createDateFormat, getDateFormat, getDateStyle, getTimeStyle |
| Methods inherited from class com.guiseframework.converter.AbstractConverter |
|---|
getInvalidValueMessage, isEquivalent, isValidLiteral, setInvalidValueMessage |
| Methods inherited from class com.guiseframework.event.GuiseBoundPropertyObject |
|---|
getSession |
| Methods inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, createPostponedPropertyChangeEvent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getForwardPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, getPropertyChangeSupport, getRepeatPropertyChangeListener, getRepeatVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, getVetoableChangeSupport, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.guiseframework.converter.Converter |
|---|
getSession |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public CalendarStringLiteralConverter(DateStringLiteralStyle dateStyle)
dateStyle - The date representation style, or null if the date should not be represented.
java.lang.NullPointerException - if the given date style is null.
public CalendarStringLiteralConverter(DateStringLiteralStyle dateStyle,
TimeStringLiteralStyle timeStyle)
dateStyle - The date representation style, or null if the date should not be represented.timeStyle - The time representation style, or null if the time should not be represented.
java.lang.NullPointerException - if both the given date style and time style are null.| Method Detail |
|---|
public java.lang.String convertValue(java.util.Calendar value)
throws ConversionException
DateFormat instance.
value - The value in the value space to convert.
null if the given literal is null.
ConversionException - if the value cannot be converted.AbstractDateStringLiteralConverter.getDateFormat()
public java.util.Calendar convertLiteral(java.lang.String literal)
throws ConversionException
null value.
literal - The literal value in the lexical space to convert.
null if the given literal is null.
ConversionException - if the literal value cannot be converted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||