com.webmethods.caf.faces.data
Class CollectionUtils.SelectItemFilterableValueDecorator

java.lang.Object
  extended by com.webmethods.caf.faces.data.CollectionUtils.SelectItemFilterableValueDecorator
All Implemented Interfaces:
CollectionUtils.IFilterableValueDecorator
Enclosing class:
CollectionUtils

public static class CollectionUtils.SelectItemFilterableValueDecorator
extends Object
implements CollectionUtils.IFilterableValueDecorator

Filter value decorator for ISelectItemProviders. Use to filter select-item lists.


Constructor Summary
CollectionUtils.SelectItemFilterableValueDecorator()
           
 
Method Summary
 String calculateValue(Object o)
          Calculates the content to filter for the specified object (for example, a table row).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtils.SelectItemFilterableValueDecorator

public CollectionUtils.SelectItemFilterableValueDecorator()
Method Detail

calculateValue

public String calculateValue(Object o)
Description copied from interface: CollectionUtils.IFilterableValueDecorator
Calculates the content to filter for the specified object (for example, a table row).

Specified by:
calculateValue in interface CollectionUtils.IFilterableValueDecorator