butler.client.filter
Class DSimpleFilterPanel
java.lang.Object
butler.client.filter.DFilterPanel
butler.client.filter.DSimpleFilterPanel
public class DSimpleFilterPanel
- extends DFilterPanel
- Author:
- Fredrik Bertilsson
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 |
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
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)