org.ejtools.adwt.editor
Class NumberEditor

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

public class NumberEditor
extends GenericEditor

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
protected  java.lang.Class clazz
          Description of the Field
 
Fields inherited from class org.ejtools.adwt.editor.GenericEditor
value
 
Constructor Summary
NumberEditor()
          Constructor
 
Method Summary
 java.lang.String getAsText()
          Getter for the asText attribute
 void setAsText(java.lang.String s)
          Setter for the asText attribute
 void setValue(java.lang.Object object)
          Setter for the value attribute
 
Methods inherited from class org.ejtools.adwt.editor.GenericEditor
getValue
 
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

clazz

protected java.lang.Class clazz
Description of the Field

Constructor Detail

NumberEditor

public NumberEditor()
Constructor

Method Detail

getAsText

public java.lang.String getAsText()
Getter for the asText attribute

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

setAsText

public void setAsText(java.lang.String s)
Setter for the asText attribute

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

setValue

public void setValue(java.lang.Object object)
Setter for the value attribute

Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class GenericEditor
Parameters:
object - The new value value


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