butler.ext.time
Class DateIntervalWebEditor

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

public class DateIntervalWebEditor
extends IntervalWebEditor

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.web.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
DateIntervalWebEditor()
           
 
Method Summary
 java.util.List getCaptions()
           
 org.apache.ecs.Element getHTML(java.lang.Object value)
           
 java.util.List getHTMLElements(java.lang.Object value)
           
 java.lang.Object getValue()
           
static void register()
           
 
Methods inherited from class butler.web.util.ValueEditor.BaseImpl
getDatatype, getDefaultParam, getDescriptor, 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

DateIntervalWebEditor

public DateIntervalWebEditor()
Method Detail

register

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

getHTMLElements

public java.util.List getHTMLElements(java.lang.Object value)
                               throws java.lang.Exception
Specified by:
getHTMLElements in interface ValueEditor
Overrides:
getHTMLElements in class ValueEditor.BaseImpl
Throws:
java.lang.Exception

getHTML

public org.apache.ecs.Element getHTML(java.lang.Object value)
                               throws java.lang.Exception
Specified by:
getHTML in interface ValueEditor
Overrides:
getHTML in class IntervalWebEditor
Throws:
java.lang.Exception

getCaptions

public java.util.List getCaptions()
Specified by:
getCaptions in interface ValueEditor
Overrides:
getCaptions in class ValueEditor.BaseImpl

getValue

public java.lang.Object getValue()
                          throws java.lang.Exception
Specified by:
getValue in interface ValueEditor
Overrides:
getValue in class IntervalWebEditor
Throws:
java.lang.Exception