public class UifTimestampEditor extends UifDateEditor implements Serializable
java.sql.Timestamp
objects using the
org.kuali.rice.core.api.datetime.DateTimeService
Constructor and Description |
---|
UifTimestampEditor() |
Modifier and Type | Method and Description |
---|---|
String |
getAsText()
This overridden method uses the
org.kuali.rice.core.api.datetime.DateTimeService to convert
the time stamp object to the display string. |
void |
setAsText(String text)
This overridden method converts the display string to a
java.sql.Timestamp object using the
org.kuali.rice.core.api.datetime.DateTimeService . |
convertToObject, getDateTimeService, verbatimYear
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
public UifTimestampEditor()
public String getAsText()
org.kuali.rice.core.api.datetime.DateTimeService
to convert
the time stamp object to the display string.getAsText
in interface PropertyEditor
getAsText
in class UifDateEditor
UifDateEditor.getAsText()
public void setAsText(String text) throws IllegalArgumentException
java.sql.Timestamp
object using the
org.kuali.rice.core.api.datetime.DateTimeService
.setAsText
in interface PropertyEditor
setAsText
in class UifDateEditor
IllegalArgumentException
UifDateEditor.setAsText(java.lang.String)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.