|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.data.util.filter.Compare
com.vaadin.data.util.filter.Compare.Equal
public static final class Compare.Equal
A Compare filter that accepts items for which the identified
property value is equal to value.
For in-memory filters, equals() is used for the comparison. For other
containers, the comparison implementation is container dependent and may
use e.g. database comparison operations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.data.util.filter.Compare |
|---|
Compare.Equal, Compare.Greater, Compare.GreaterOrEqual, Compare.Less, Compare.LessOrEqual, Compare.Operation |
| Constructor Summary | |
|---|---|
Compare.Equal(java.lang.Object propertyId,
java.lang.Object value)
Construct a filter that accepts items for which the identified property value is equal to value. |
|
| Method Summary |
|---|
| Methods inherited from class com.vaadin.data.util.filter.Compare |
|---|
appliesToProperty, compareValue, equals, getOperation, getPropertyId, getValue, hashCode, passesFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Compare.Equal(java.lang.Object propertyId,
java.lang.Object value)
value.
For in-memory filters, equals() is used for the comparison. For other
containers, the comparison implementation is container dependent and
may use e.g. database comparison operations.
propertyId - the identifier of the property whose value to compare
against value, not nullvalue - the value to compare against - null values may or may not
be supported depending on the container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||