butler.client.util
Class DValueEditor

java.lang.Object
  extended by butler.client.util.DValueEditor
Direct Known Subclasses:
DDateEditor

public class DValueEditor
extends java.lang.Object

Author:
Fredrik Bertilsson

Constructor Summary
protected DValueEditor()
           
  DValueEditor(Column col)
           
 
Method Summary
 butler.util.LocalizedText getCaption()
           
 Datatype getDatatype()
           
 boolean isEditable()
           
 void setCaption(butler.util.LocalizedText caption)
           
 void setDatatype(Datatype datatype)
           
 void setEditable(boolean editable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DValueEditor

public DValueEditor(Column col)
             throws java.lang.Exception
Throws:
java.lang.Exception

DValueEditor

protected DValueEditor()
Method Detail

getDatatype

public Datatype getDatatype()
                     throws java.lang.Exception
Throws:
java.lang.Exception

setDatatype

public void setDatatype(Datatype datatype)

getCaption

public butler.util.LocalizedText getCaption()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

setCaption

public void setCaption(butler.util.LocalizedText caption)

isEditable

public boolean isEditable()

setEditable

public void setEditable(boolean editable)