webwork.util.editor
Class ShortEditor

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

public class ShortEditor
extends ValidationEditorSupport
implements FastPropertyEditor

Version:
$Revision: 1.4 $
Author:
Matt Baldree (matt@smallleap.com)
See Also:
PropertyEditorSupport, ValidationEditorSupport, FastPropertyEditor, PropertyEditorException

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

Constructor Detail

ShortEditor

public ShortEditor()
Method Detail

setAsText

public void setAsText(java.lang.String txt)
Specified by:
setAsText in interface java.beans.PropertyEditor
Specified by:
setAsText in class ValidationEditorSupport

getAsValue

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


Copyright © 2001-2003 WebWork All Rights Reserved.