org.jreform.internal
Class BaseHtmlForm

java.lang.Object
  extended by org.jreform.internal.AbstractInputCollection
      extended by org.jreform.internal.AbstractForm
          extended by org.jreform.internal.BaseHtmlForm
All Implemented Interfaces:
Form, HttpServletRequestValidator, InputCollection
Direct Known Subclasses:
HtmlForm

public class BaseHtmlForm
extends AbstractForm

Author:
armandino (at) gmail.com

Constructor Summary
protected BaseHtmlForm()
           
 
Method Summary
private  Group addNewGroup(String name, boolean isRequired)
           
protected  Group optionalGroup(String name)
           
protected  Group requiredGroup(String name)
           
 
Methods inherited from class org.jreform.internal.AbstractForm
addGroup, getGroup, validate, validateInputs
 
Methods inherited from class org.jreform.internal.AbstractInputCollection
add, addError, additionalValidate, checkbox, getCheckbox, getErrors, getInput, getInputControl, getInputs, getInputValue, getMultiCheckbox, getMultiInputValue, getMultiSelect, getRadio, getSelect, input, isValid, multiCheckbox, multiSelect, radio, select, setValid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

BaseHtmlForm

protected BaseHtmlForm()
Method Detail

requiredGroup

protected final Group requiredGroup(String name)

optionalGroup

protected final Group optionalGroup(String name)

addNewGroup

private Group addNewGroup(String name,
                          boolean isRequired)


Copyright © 2007-2008 jReform