|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A mask (or group of masks) can filter its contents. At the moment, you can only filter for the contents of a property inside the mask's bean being equal to a given property.
If the property does not exist, it is assumed to match. This lets you assign filters to groups, which are only applied for those beans which have the matching property.
| Method Summary | |
java.lang.Class |
getPropertyClass()
Get the class of the property. |
java.lang.String |
getPropertyName()
Get the name of the property the filter is searching for. |
java.lang.Object |
getValue()
Value the property must have to be matched. |
| Method Detail |
public java.lang.String getPropertyName()
public java.lang.Class getPropertyClass()
public java.lang.Object getValue()
equals method of this value, or ==, if the
value is null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||