butler.client.record
Class DRecordEditor.RelatedValue

java.lang.Object
  extended by butler.client.record.DRecordEditor.RelatedValue
Enclosing class:
DRecordEditor

public static class DRecordEditor.RelatedValue
extends java.lang.Object


Constructor Summary
DRecordEditor.RelatedValue(ForeignKey fk, Column col)
           
DRecordEditor.RelatedValue(ForeignKey fk, RecordFormatter format, butler.util.LocalizedText caption)
           
 
Method Summary
 butler.util.LocalizedText getCaption()
           
 ForeignKey getForeignKey()
           
 RecordFormatter getRecordFormatter()
           
 void setCaption(butler.util.LocalizedText caption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRecordEditor.RelatedValue

public DRecordEditor.RelatedValue(ForeignKey fk,
                                  Column col)
                           throws java.lang.Exception
Throws:
java.lang.Exception

DRecordEditor.RelatedValue

public DRecordEditor.RelatedValue(ForeignKey fk,
                                  RecordFormatter format,
                                  butler.util.LocalizedText caption)
Method Detail

getRecordFormatter

public RecordFormatter getRecordFormatter()

getForeignKey

public ForeignKey getForeignKey()

getCaption

public butler.util.LocalizedText getCaption()

setCaption

public void setCaption(butler.util.LocalizedText caption)