public class DefaultDataSetFilter extends AbstractFilter implements DataFilter
Modifier and Type | Field and Description |
---|---|
static SimpleDateFormat |
_dateComparisonFormat
Date format for comparison in filter.
|
protected DataSet |
dataSet |
_bshIntepreterThread, _filterVarValues, filterCondition, filterProperties, gt, gtOrEq, locale, lt, ltOrEq, wildcard
ALLOW_ALL, ALLOW_ANY, ALLOW_NONE
Constructor and Description |
---|
DefaultDataSetFilter(DataSet dataSet) |
Modifier and Type | Method and Description |
---|---|
protected String |
formatForComparison(String propertyId,
Object value) |
protected String |
formatForDisplay(String propertyId,
Object value) |
protected Object |
getPropertyValue(String propertyId,
Object obj) |
addProperties, addProperty, addProperty, cloneFilter, compare, compareBySimilarity, containsProperty, containsProperty, equals, executeBeanShellScript, getExtraInfo, getFilterCondition, getGt, getGtOrEq, getLocale, getLt, getLtOrEq, getProperty, getPropertyAllowedValues, getPropertyAllowMode, getPropertyIds, getPropertyMaxValue, getPropertyMinValue, getPropertyPriority, getVariableName, getWildcard, maxValueIncluded, merge, minValueIncluded, pass, pass, pass, pass, passValue, removeAllProperty, removeProperties, removeProperty, setExtraInfo, setFilterCondition, setGt, setGtOrEq, setLocale, setLt, setLtOrEq, setVariableName, setWildcard, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addProperties, addProperty, addProperty, cloneFilter, containsProperty, containsProperty, getExtraInfo, getGt, getGtOrEq, getLocale, getLt, getLtOrEq, getPropertyAllowedValues, getPropertyAllowMode, getPropertyIds, getPropertyMaxValue, getPropertyMinValue, getPropertyPriority, getVariableName, getWildcard, maxValueIncluded, minValueIncluded, pass, removeAllProperty, removeProperties, removeProperty, setExtraInfo, setFilterCondition, setLocale, setVariableName
public static final SimpleDateFormat _dateComparisonFormat
protected DataSet dataSet
public DefaultDataSetFilter(DataSet dataSet)
protected String formatForDisplay(String propertyId, Object value)
formatForDisplay
in class AbstractFilter
protected String formatForComparison(String propertyId, Object value)
formatForComparison
in class AbstractFilter
protected Object getPropertyValue(String propertyId, Object obj)
getPropertyValue
in class AbstractFilter
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.