butler.client.filter
Class DFilterTreePanel

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

public class DFilterTreePanel
extends DFilterPanel

Author:
Fredrik Bertilsson

Constructor Summary
DFilterTreePanel(RecursiveFilter filter)
           
 
Method Summary
 void addChildren(DFilterPanel panel)
           
 DFilterGroupPanel createFilterGroupPanel()
           
static DFilterTreePanel parse(org.dom4j.Element element)
           
 
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

DFilterTreePanel

public DFilterTreePanel(RecursiveFilter filter)
                 throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

addChildren

public void addChildren(DFilterPanel panel)

parse

public static DFilterTreePanel parse(org.dom4j.Element element)
                              throws java.lang.Exception
Throws:
java.lang.Exception

createFilterGroupPanel

public DFilterGroupPanel createFilterGroupPanel()
                                         throws java.lang.Exception
Throws:
java.lang.Exception