org.ejtools.adwt.editor
Class DateTimeEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.ejtools.adwt.editor.GenericEditor
              |
              +--org.ejtools.adwt.editor.DateTimeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class DateTimeEditor
extends GenericEditor

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
protected  java.text.DateFormat[] fmts
          Description of the Field
 
Fields inherited from class org.ejtools.adwt.editor.GenericEditor
value
 
Constructor Summary
DateTimeEditor()
          Constructor for the DateEditor object
 
Method Summary
 java.lang.String getAsText()
          Gets the asText attribute of the DateEditor object
 void setAsText(java.lang.String s)
          Sets the asText attribute of the DateEditor object
 
Methods inherited from class org.ejtools.adwt.editor.GenericEditor
getValue, setValue
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fmts

protected java.text.DateFormat[] fmts
Description of the Field

Constructor Detail

DateTimeEditor

public DateTimeEditor()
Constructor for the DateEditor object

Method Detail

getAsText

public java.lang.String getAsText()
Gets the asText attribute of the DateEditor object

Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport
Returns:
The asText value

setAsText

public void setAsText(java.lang.String s)
Sets the asText attribute of the DateEditor object

Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Parameters:
s - The new asText value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.