com.webmethods.caf.faces.data
Class CollectionUtils.SelectItemFilterableValueDecorator
java.lang.Object
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 ISelectItemProvider
s.
Use to filter select-item lists.
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 |
CollectionUtils.SelectItemFilterableValueDecorator
public CollectionUtils.SelectItemFilterableValueDecorator()
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