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.dojo.form Form related components that are wrapped by dojo widgets. 
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.dojo.form
 

Subinterfaces of IPrimaryKeyConverter in org.apache.tapestry.dojo.form
 interface IAutocompleteModel
          Defines the interface used by the Autocompleter component to filter and match values from a potentially large data set.
 

Classes in org.apache.tapestry.dojo.form that implement IPrimaryKeyConverter
 class DefaultAutocompleteModel
          Default simple implementation of IAutocompleteModel.
 

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..
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.