butler.web.util
Class StringEditor

java.lang.Object
  extended by butler.web.util.ValueEditor.BaseImpl
      extended by butler.web.util.StringEditor
All Implemented Interfaces:
ValueEditor
Direct Known Subclasses:
PasswordWebEditor

public class StringEditor
extends ValueEditor.BaseImpl

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.web.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
StringEditor()
           
 
Method Summary
 org.apache.ecs.Element getHTML(java.lang.Object value)
           
 java.lang.Object getValue()
           
 
Methods inherited from class butler.web.util.ValueEditor.BaseImpl
getCaptions, getDatatype, getDefaultParam, getDescriptor, getHTMLElements, getId, getParam, getRequest, hasParams, hasValue, init, setDatatype, setDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringEditor

public StringEditor()
Method Detail

getHTML

public org.apache.ecs.Element getHTML(java.lang.Object value)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getValue

public java.lang.Object getValue()
                          throws java.lang.Exception
Throws:
java.lang.Exception