Uses of Interface
org.apache.tapestry.components.IPrimaryKeyConverter

Packages that use IPrimaryKeyConverter
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
 

Uses of IPrimaryKeyConverter in org.apache.tapestry.components
 

Methods in org.apache.tapestry.components that return IPrimaryKeyConverter
abstract  IPrimaryKeyConverter ForBean.getConverter()
           
 

Uses of IPrimaryKeyConverter in org.apache.tapestry.util
 

Classes in org.apache.tapestry.util that implement IPrimaryKeyConverter
 class DefaultPrimaryKeyConverter
          Companion to the For component, this class is an implementation of IPrimaryKeyConverter that performs some additional handling, such as tracking value sets..