butler.ext.interval
Class IntervalWebEditor

java.lang.Object
  extended by butler.web.util.ValueEditor.BaseImpl
      extended by butler.ext.interval.IntervalWebEditor
All Implemented Interfaces:
ValueEditor
Direct Known Subclasses:
DateIntervalWebEditor

public class IntervalWebEditor
extends ValueEditor.BaseImpl

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.web.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
IntervalWebEditor()
           
 
Method Summary
 org.apache.ecs.Element getHTML(java.lang.Object value)
           
 java.lang.Object getValue()
           
static void register()
           
 
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

IntervalWebEditor

public IntervalWebEditor()
Method Detail

register

public static void register()
                     throws java.lang.Exception
Throws:
java.lang.Exception

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