|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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 PropertyEditorgetAsText in class PropertyEditorSupport
public void setAsText(String text)
throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionprotected 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 | |||||||||