com.webmethods.caf.faces.data
Interface CollectionUtils.IFilterableValueDecorator

All Known Implementing Classes:
CollectionUtils.RowValueBindingFilterableValueDecorator, CollectionUtils.SelectItemFilterableValueDecorator, FilterableSelectableListTableContentProvider.RowFilterableValueDecorator, LazyNodeTreeContentProvider.NodeFilterableValueDecorator
Enclosing class:
CollectionUtils

public static interface CollectionUtils.IFilterableValueDecorator

Filter value decorator for use by CollectionUtils.filter(Collection, FilterExpression, IFilterableValueDecorator).


Method Summary
 String calculateValue(Object o)
          Calculates the content to filter for the specified object (for example, a table row).
 

Method Detail

calculateValue

String calculateValue(Object o)
Calculates the content to filter for the specified object (for example, a table row).