Uses of Class
org.jreform.internal.AbstractInputCollection

Packages that use AbstractInputCollection
org.jreform Main package that defines public api. 
org.jreform.internal Contains the bulk of implementation. 
 

Uses of AbstractInputCollection in org.jreform
 

Subclasses of AbstractInputCollection in org.jreform
 class HtmlForm
          This is a base class that should be extended to create a form.
 

Uses of AbstractInputCollection in org.jreform.internal
 

Subclasses of AbstractInputCollection in org.jreform.internal
(package private)  class AbstractForm
          A form that contains a set of its own inputs, errors and input groups.
 class BaseHtmlForm
           
(package private)  class GroupImpl
          An input group maintains its own set of inputs and errors and has its own validation rules.
 



Copyright © 2007-2008 jReform