Uses of Class
fc.web.forms.DependentSelect

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

Uses of DependentSelect in fc.web.forms
 

Methods in fc.web.forms that return DependentSelect
 DependentSelect DependentSelect.allowMultiple(FormData fd, boolean allow)
          true if multiple selections are allowed, false otherwise.
 DependentSelect DependentSelect.setSize(FormData fd, int size)
          This value (if set) is rendered as the html SIZE tag.
 

Constructors in fc.web.forms with parameters of type DependentSelect
TestDependency(Select country, DependentSelect state)