public class ISO8601DateEditor extends PropertyEditorSupport
| Constructor and Description | 
|---|
ISO8601DateEditor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAsText() | 
boolean | 
isPaintable()
 No, we don't do GUIs. 
 | 
void | 
setAsText(String text) | 
static Date | 
stringToDate(String text)  | 
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic boolean isPaintable()
isPaintable in interface PropertyEditorisPaintable in class PropertyEditorSupportpublic static Date stringToDate(String text) throws IllegalArgumentException, UnsupportedOperationException
Copyright © 2020. All rights reserved.