butler.client.filter
Class DPrimaryKeyFilterPanel

java.lang.Object
  extended by butler.client.filter.DFilterPanel
      extended by butler.client.filter.DPrimaryKeyFilterPanel

public class DPrimaryKeyFilterPanel
extends DFilterPanel

Author:
Fredrik Bertilsson

Constructor Summary
DPrimaryKeyFilterPanel(PrimaryKeyFilter filter)
           
 
Method Summary
 PrimaryKeyFilter getPrimaryKeyFilter()
           
 DRecordSelector getRecordSelector()
           
 void setRecordSelector(DRecordSelector selector)
           
 
Methods inherited from class butler.client.filter.DFilterPanel
create, getCaption, getDefaultOperator, getDefaultValue, getDefaultValues, getFilter, getOperators, getOperatorTexts, getShowCaption, getShowOperator, getToolTipText, isEnabled, isMandatory, parseFilterPanel, registerFilterPanel, setCaption, setDefaultOperator, setDefaultValue, setDefaultValues, setEnabled, setMandatory, setOperators, setOperatorTexts, setShowCaption, setShowOperator, setToolTipText, setXMLAttributes, toString, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DPrimaryKeyFilterPanel

public DPrimaryKeyFilterPanel(PrimaryKeyFilter filter)
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getPrimaryKeyFilter

public PrimaryKeyFilter getPrimaryKeyFilter()

getRecordSelector

public DRecordSelector getRecordSelector()

setRecordSelector

public void setRecordSelector(DRecordSelector selector)