Uses of Interface
org.apache.tapestry.contrib.table.model.IPrimaryKeyConvertor

Packages that use IPrimaryKeyConvertor
org.apache.tapestry.contrib.table.components   
 

Uses of IPrimaryKeyConvertor in org.apache.tapestry.contrib.table.components
 

Methods in org.apache.tapestry.contrib.table.components that return IPrimaryKeyConvertor
abstract  IPrimaryKeyConvertor TableFormRows.getConvertor()
           
abstract  IPrimaryKeyConvertor TableFormRows.getConvertorCache()
           
 IPrimaryKeyConvertor TableFormRows.getCachedConvertor()
          Returns the PK convertor cached within the realm of the current request cycle.
 

Methods in org.apache.tapestry.contrib.table.components with parameters of type IPrimaryKeyConvertor
abstract  void TableFormRows.setConvertorCache(IPrimaryKeyConvertor convertor)