butler.ext.time
Class WeekWebStepper

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

public class WeekWebStepper
extends ValueEditor.BaseImpl

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.web.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
WeekWebStepper()
           
 
Method Summary
 Datatype getDatatype()
           
 DateDatatype getDateDatatype()
           
 org.apache.ecs.Element getHTML(java.lang.Object value)
           
 java.lang.Object getValue()
           
 void setNullAsCurrDate(boolean flag)
           
 
Methods inherited from class butler.web.util.ValueEditor.BaseImpl
getCaptions, 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

WeekWebStepper

public WeekWebStepper()
Method Detail

setNullAsCurrDate

public void setNullAsCurrDate(boolean flag)

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

getDatatype

public Datatype getDatatype()
Overrides:
getDatatype in class ValueEditor.BaseImpl

getDateDatatype

public DateDatatype getDateDatatype()