webwork.util.editor
Class TimestampEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bywebwork.action.ValidationEditorSupport
          extended bywebwork.util.editor.DateEditor
              extended bywebwork.util.editor.TimestampEditor
All Implemented Interfaces:
FastPropertyEditor, java.beans.PropertyEditor

public class TimestampEditor
extends DateEditor

Author:
Hani Suleiman (hani@formicary.net) Date: Nov 12, 2003 Time: 8:58:55 PM

Field Summary
 
Fields inherited from class webwork.action.ValidationEditorSupport
value
 
Constructor Summary
TimestampEditor()
           
 
Method Summary
 java.lang.Object getAsValue(java.lang.String txt)
           
 
Methods inherited from class webwork.util.editor.DateEditor
getAsText, getAsText, setAsText
 
Methods inherited from class webwork.action.ValidationEditorSupport
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
 

Constructor Detail

TimestampEditor

public TimestampEditor()
Method Detail

getAsValue

public java.lang.Object getAsValue(java.lang.String txt)
Specified by:
getAsValue in interface FastPropertyEditor
Overrides:
getAsValue in class DateEditor


Copyright © 2001-2003 WebWork All Rights Reserved.