Uses of Interface
org.jreform.InputCollection

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

Uses of InputCollection in org.jreform
 

Subinterfaces of InputCollection in org.jreform
 interface Form
          A form containing inputs and optionally input groups.
 interface Group
          A group of inputs within a form.
 

Classes in org.jreform that implement InputCollection
 class HtmlForm
          This is a base class that should be extended to create a form.
 

Uses of InputCollection in org.jreform.internal
 

Classes in org.jreform.internal that implement InputCollection
(package private)  class AbstractForm
          A form that contains a set of its own inputs, errors and input groups.
(package private)  class AbstractInputCollection
           
 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