org.wingx.table
Class Filter
java.lang.Object
org.wingx.table.Filter
- Direct Known Subclasses:
- ListFilter
public class Filter
- extends Object
Filter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter()
Filter
public Filter(String field)
Filter
public Filter(String field,
Object value)
getField
public String getField()
setField
public void setField(String field)
getValue
public Object getValue()
setValue
public void setValue(Object value)
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)
equals
public boolean equals(Object filterValue,
Object propertyValue)
- Compares the filter value with the property value of the row bean.
Overwrite this method if you have to manually compare the two values.
- Parameters:
filterValue - propertyValue -
- Returns:
- boolean
wingS Swings ;-)