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, getDateTimeServiceaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic UifTimestampEditor()
public String getAsText()
org.kuali.rice.core.api.datetime.DateTimeService to convert
the time stamp object to the display string.getAsText in interface PropertyEditorgetAsText in class UifDateEditorUifDateEditor.getAsText()public void setAsText(String text) throws IllegalArgumentException
java.sql.Timestamp object using the
org.kuali.rice.core.api.datetime.DateTimeService.setAsText in interface PropertyEditorsetAsText in class UifDateEditorIllegalArgumentExceptionUifDateEditor.setAsText(java.lang.String)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.