- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.openmrs.propertyeditor.DateOrDatetimeEditor
-
- All Implemented Interfaces:
- java.beans.PropertyEditor
public class DateOrDatetimeEditor
extends java.beans.PropertyEditorSupport
Allows a java.util.Date to be converted to/from a String. It tries both Date and Date+Time formats
but it does not permit partial dates.
-
-
Method Summary
-
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
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.