public class UifTimeEditor extends PropertyEditorSupport implements Serializable
java.sql.Time
objectsConstructor 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, supportsCustomEditor
public UifTimeEditor()
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public void setAsText(String text) throws IllegalArgumentException
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
IllegalArgumentException
protected Object convertToObject(String text)
text
- the display textprotected DateTimeService getDateTimeService()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.