Uses of Interface
org.jreform.Group

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

Uses of Group in org.jreform
 

Methods in org.jreform that return Group
 Group Form.getGroup(String name)
          Returns a group with the specified name.
 

Uses of Group in org.jreform.internal
 

Classes in org.jreform.internal that implement Group
(package private)  class GroupImpl
          An input group maintains its own set of inputs and errors and has its own validation rules.
 

Fields in org.jreform.internal with type parameters of type Group
private  Map<String,Group> AbstractForm.groups
           
 

Methods in org.jreform.internal that return Group
private  Group BaseHtmlForm.addNewGroup(String name, boolean isRequired)
           
 Group AbstractForm.getGroup(String name)
           
protected  Group BaseHtmlForm.optionalGroup(String name)
           
protected  Group BaseHtmlForm.requiredGroup(String name)
           
 

Methods in org.jreform.internal with parameters of type Group
(package private)  void AbstractForm.addGroup(Group group)
          Adds the passed in group to the form.
 



Copyright © 2007-2008 jReform