|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartialForBean.RepSource | |
---|---|
net.sf.tacos.ajax.components |
Uses of PartialForBean.RepSource in net.sf.tacos.ajax.components |
---|
Classes in net.sf.tacos.ajax.components that implement PartialForBean.RepSource | |
---|---|
protected class |
PartialForBean.CompleteRepSource
An implementation of RepSource that provides the string representation of the given value using all methods. |
protected class |
PartialForBean.KeyExpressionRepSource
An implementation of RepSource that provides the string representation of the given value using just the 'keyExpression' parameter. |
Methods in net.sf.tacos.ajax.components with parameters of type PartialForBean.RepSource | |
---|---|
protected Object |
PartialForBean.findValueWithStringRep(String rep,
PartialForBean.RepSource repSource)
Attempt to find a value in 'source' or 'fullSource' that generates the provided string representation. |
protected Object |
PartialForBean.findValueWithStringRepInIterator(String rep,
PartialForBean.RepSource repSource,
Iterator it)
Attempt to find a value in the provided collection that generates the required string representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |