butler.client.record
Class DForeignKeyEditor

java.lang.Object
  extended by butler.client.record.DForeignKeyEditor

public class DForeignKeyEditor
extends java.lang.Object

Author:
Fredrik Bertilsson

Field Summary
static int TYPE_COMBO
           
static int TYPE_SELECTION_PANEL
           
 
Constructor Summary
DForeignKeyEditor()
           
 
Method Summary
 ForeignKey getForeignKey()
           
 RecordFormatter getFormatter()
           
 DRecordSelector getRecordSelector()
           
 int getType()
           
 void setForeignKey(ForeignKey fk)
           
 void setFormatter(RecordFormatter formatter)
           
 void setRecordSelector(DRecordSelector selector)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_COMBO

public static final int TYPE_COMBO
See Also:
Constant Field Values

TYPE_SELECTION_PANEL

public static final int TYPE_SELECTION_PANEL
See Also:
Constant Field Values
Constructor Detail

DForeignKeyEditor

public DForeignKeyEditor()
Method Detail

getForeignKey

public ForeignKey getForeignKey()

setForeignKey

public void setForeignKey(ForeignKey fk)

getType

public int getType()

setType

public void setType(int type)

getRecordSelector

public DRecordSelector getRecordSelector()

setRecordSelector

public void setRecordSelector(DRecordSelector selector)

getFormatter

public RecordFormatter getFormatter()

setFormatter

public void setFormatter(RecordFormatter formatter)