org.jreform
Interface Form

All Superinterfaces:
HttpServletRequestValidator, InputCollection
All Known Implementing Classes:
AbstractForm, BaseHtmlForm, HtmlForm

public interface Form
extends InputCollection

A form containing inputs and optionally input groups.

Author:
armandino (at) gmail.com

Method Summary
 Group getGroup(String name)
          Returns a group with the specified name.
 
Methods inherited from interface org.jreform.InputCollection
checkbox, getCheckbox, getInput, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, multiCheckbox, multiSelect, radio, select
 
Methods inherited from interface org.jreform.HttpServletRequestValidator
getErrors, validate
 

Method Detail

getGroup

Group getGroup(String name)
Returns a group with the specified name.



Copyright © 2007-2008 jReform