butler.client.filter
Class DSimpleFilterPanel

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

public class DSimpleFilterPanel
extends DFilterPanel

Author:
Fredrik Bertilsson

Constructor Summary
DSimpleFilterPanel(EqualsFilter filter)
           
DSimpleFilterPanel(LikeFilter filter)
           
DSimpleFilterPanel(SimpleFilter filter)
           
 
Method Summary
 java.lang.String getEditorStyle()
          Style for the value editor.
 SimpleFilter getSimpleFilter()
           
static DSimpleFilterPanel parse(org.dom4j.Element element, java.util.Map tabMap)
           
 void setEditorStyle(java.lang.String editorStyle)
           
 void toXML(org.xml.sax.ContentHandler handler)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSimpleFilterPanel

public DSimpleFilterPanel(SimpleFilter filter)
                   throws java.lang.Exception
Throws:
java.lang.Exception

DSimpleFilterPanel

public DSimpleFilterPanel(LikeFilter filter)
                   throws java.lang.Exception
Throws:
java.lang.Exception

DSimpleFilterPanel

public DSimpleFilterPanel(EqualsFilter filter)
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getSimpleFilter

public SimpleFilter getSimpleFilter()

parse

public static DSimpleFilterPanel parse(org.dom4j.Element element,
                                       java.util.Map tabMap)
                                throws java.lang.Exception
Throws:
java.lang.Exception

toXML

public void toXML(org.xml.sax.ContentHandler handler)
           throws java.lang.Exception
Overrides:
toXML in class DFilterPanel
Throws:
java.lang.Exception

getEditorStyle

public java.lang.String getEditorStyle()
Style for the value editor.


setEditorStyle

public void setEditorStyle(java.lang.String editorStyle)