public class UifTimeEditor extends PropertyEditorSupport implements Serializable
java.sql.Time objects| Constructor and Description |
|---|
UifTimeEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convertToObject(String text)
Converts the display text to a time object.
|
String |
getAsText()
Converts the time object to the display string format.
|
protected DateTimeService |
getDateTimeService()
Gets the date time service.
|
void |
setAsText(String text)
Converts the display string to a time object.
|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic UifTimeEditor()
public String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionprotected Object convertToObject(String text)
text - the display textprotected DateTimeService getDateTimeService()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.