butler.client.util
Class DDateEditor

java.lang.Object
  extended by butler.client.util.DValueEditor
      extended by butler.client.util.DDateEditor

public class DDateEditor
extends DValueEditor

Author:
Fredrik Bertilsson

Constructor Summary
DDateEditor()
           
 
Method Summary
 long getResolution()
           
 boolean isCurrentAsDefault()
           
 void setCurrentAsDefault(boolean currentAsDefault)
           
 void setResolution(long resolution)
           
 
Methods inherited from class butler.client.util.DValueEditor
getCaption, getDatatype, isEditable, setCaption, setDatatype, setEditable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDateEditor

public DDateEditor()
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

isCurrentAsDefault

public boolean isCurrentAsDefault()

setCurrentAsDefault

public void setCurrentAsDefault(boolean currentAsDefault)

getResolution

public long getResolution()

setResolution

public void setResolution(long resolution)