|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.data.CollectionUtils.RowValueBindingFilterableValueDecorator
public static class CollectionUtils.RowValueBindingFilterableValueDecorator
Filter value decorator for table rows, using a binding expression to calculate the value.
Field Summary | |
---|---|
protected String |
m_rowVariable
The row variable |
protected ValueBinding |
m_valueBinding
The ValueBinding |
Constructor Summary | |
---|---|
CollectionUtils.RowValueBindingFilterableValueDecorator(ValueBinding valueBinding,
String rowVariable)
Creates a new filterable decorator for value binding and row variable. |
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 |
Field Detail |
---|
protected ValueBinding m_valueBinding
ValueBinding
protected String m_rowVariable
Constructor Detail |
---|
public CollectionUtils.RowValueBindingFilterableValueDecorator(ValueBinding valueBinding, String rowVariable)
valueBinding
- the ValueBinding
rowVariable
- the row variableMethod Detail |
---|
public String calculateValue(Object o)
CollectionUtils.IFilterableValueDecorator
calculateValue
in interface CollectionUtils.IFilterableValueDecorator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |