webwork.util.editor
Class BigDecimalEditor

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

public class BigDecimalEditor
extends ValidationEditorSupport
implements FastPropertyEditor

Version:
$Revision: 1.4 $
Author:
Marco Papini
See Also:
PropertyEditorSupport, ValidationEditorSupport, FastPropertyEditor, PropertyEditorException

Field Summary
 
Fields inherited from class webwork.action.ValidationEditorSupport
value
 
Constructor Summary
BigDecimalEditor()
           
 
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

BigDecimalEditor

public BigDecimalEditor()
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.