|
Class Summary |
| DataProviderPropertyResolver |
DataProviderPropertyResolver is a
PropertyResolver implementation that, if the base
parameter is a DataProvider, passes calls to getValue(),
getType(), isReadOnly(), and setValue()
to the corresponding DataProvider instance. |
| ResultSetPropertyResolver |
This custom Property Resolver handles the special case of resolving ResultSet columns into editable
data values. |
| TableDataProviderDataModel |
DataModel implementation that wraps a specified
TableDataProvider with the standard JavaServer Faces API. |
| UIComponentPropertyResolver |
Custom JSF PropertyResolver that, when the base
object is a UIComponent, scans for a child with the
id specified by the property name. |
| ValueBindingFilterCriteria |
The ValueBindingFilterCriteria is an implementation of FilterCriteria
that compares the value of a ValueBinding with a predefined
compareValue. |
| ValueBindingSortCriteria |
The ValueBindingSortCriteria class is an implementation of SortCriteria
that simply retrieves the sort value from the ValueBinding. |
| ValueExpressionFilterCriteria |
The ValueExpressionFilterCriteria is an implementation of
FilterCriteria that compares the value of a String
(created with the specified value expression) with a predefined
compareValue. |
| ValueExpressionSortCriteria |
The ValueExpressionSortCriteria class is an implementation of SortCriteria
that simply retrieves the sort value from a ValueBinding which is
created using the specified value expression. |