Uses of Class
fc.web.forms.FieldRef

Packages that use FieldRef
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of FieldRef in fc.web.forms
 

Methods in fc.web.forms that return FieldRef
 FieldRef Form.getFieldRef(java.lang.String key)
          Returns the FieldRef with the specified key.
 

Methods in fc.web.forms with parameters of type FieldRef
 Form Form.add(FieldRef ref)
          Adds a FieldRef to this Form.