webwork.examples.events
Class PasswordEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bywebwork.action.ValidationEditorSupport
          extended bywebwork.examples.events.PasswordEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class PasswordEditor
extends ValidationEditorSupport

This code is an adaptation of the EventHandler example from the Rocks homepage by Christian Cryder http://xmlc.enhydra.org/EventHandler/


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

Constructor Detail

PasswordEditor

public PasswordEditor()
Method Detail

setAsText

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


Copyright © 2001-2003 WebWork All Rights Reserved.