net.sf.tacos.ajax.components
Class PartialForBean.CompleteRepSource

java.lang.Object
  extended by net.sf.tacos.ajax.components.PartialForBean.CompleteRepSource
All Implemented Interfaces:
PartialForBean.RepSource
Enclosing class:
PartialForBean

protected class PartialForBean.CompleteRepSource
extends Object
implements PartialForBean.RepSource

An implementation of RepSource that provides the string representation of the given value using all methods.


Constructor Summary
protected PartialForBean.CompleteRepSource()
           
 
Method Summary
 String getStringRep(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialForBean.CompleteRepSource

protected PartialForBean.CompleteRepSource()
Method Detail

getStringRep

public String getStringRep(Object value)
Specified by:
getStringRep in interface PartialForBean.RepSource