|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.PropertyEditorSupport org.kuali.rice.krad.web.bind.UifTimeEditor
public class UifTimeEditor
PropertyEditor converts between time display strings and java.sql.Time
objects
Constructor Summary | |
---|---|
UifTimeEditor()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UifTimeEditor()
Method Detail |
---|
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 text
protected DateTimeService getDateTimeService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |